mirror of https://github.com/mgba-emu/mgba.git
All: Fix s/medusa/medusa-emu/ paths
This commit is contained in:
parent
3c897faec5
commit
1fcddd6c0e
|
@ -77,6 +77,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
string(REPLACE "${PROJECT_NAME}" "${BINARY_NAME}" CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DOCDIR}")
|
||||||
|
|
||||||
set(LIBDIR "${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Installed library directory")
|
set(LIBDIR "${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Installed library directory")
|
||||||
mark_as_advanced(LIBDIR)
|
mark_as_advanced(LIBDIR)
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Icon=medusa
|
Icon=medusa-emu
|
||||||
Exec=medusa-qt %f
|
Exec=medusa-emu-qt %f
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=medusa
|
Name=medusa-emu
|
||||||
GenericName=DS/Game Boy Advance/Game Boy Emulator
|
GenericName=DS/Game Boy Advance/Game Boy Emulator
|
||||||
Comment=Nintendo DS/Game Boy Advance/Game Boy Emulator
|
Comment=Nintendo DS/Game Boy Advance/Game Boy Emulator
|
||||||
Categories=Game;Emulator;
|
Categories=Game;Emulator;
|
||||||
|
|
Loading…
Reference in New Issue