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()
|
||||
|
||||
include(GNUInstallDirs)
|
||||
string(REPLACE "${PROJECT_NAME}" "${BINARY_NAME}" CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DOCDIR}")
|
||||
|
||||
set(LIBDIR "${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Installed library directory")
|
||||
mark_as_advanced(LIBDIR)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Icon=medusa
|
||||
Exec=medusa-qt %f
|
||||
Icon=medusa-emu
|
||||
Exec=medusa-emu-qt %f
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Name=medusa
|
||||
Name=medusa-emu
|
||||
GenericName=DS/Game Boy Advance/Game Boy Emulator
|
||||
Comment=Nintendo DS/Game Boy Advance/Game Boy Emulator
|
||||
Categories=Game;Emulator;
|
||||
|
|
Loading…
Reference in New Issue