Change the config/data dirs from "melonds" to "melonDS" for consistency.

This commit is contained in:
Nadia Holmquist Pedersen
2019-12-19 02:52:34 +01:00
parent 43535c873a
commit c5623c4dcd
2 changed files with 5 additions and 5 deletions

View File

@ -68,5 +68,5 @@ endif ()
install(FILES ../../net.kuribo64.melonDS.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
install(FILES ../../icon/melon_256x256.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps RENAME net.kuribo64.melonDS.png)
install(FILES ../../romlist.bin DESTINATION ${CMAKE_INSTALL_PREFIX}/share/melonds)
install(FILES ../../romlist.bin DESTINATION ${CMAKE_INSTALL_PREFIX}/share/melonDS)
install(TARGETS melonDS RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)