diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index 009d083ab..6c26b2ded 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -246,7 +246,8 @@ elseif(WIN32) set(CPACK_NSIS_EXECUTABLES_DIRECTORY ".") set(CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}/assets/EmulationStation.ico") set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON) - set(CPACK_NSIS_DISPLAY_NAME "EmulationStation Desktop Edition") + set(CPACK_NSIS_DISPLAY_NAME "EmulationStation Desktop Edition ${CPACK_PACKAGE_VERSION}") + set(CPACK_NSIS_PACKAGE_NAME "EmulationStation Desktop Edition") set(CPACK_NSIS_INSTALLED_ICON_NAME "EmulationStation.exe") set(CPACK_NSIS_WELCOME_TITLE "EmulationStation Desktop Edition Installer") set(CPACK_NSIS_FINISH_TITLE "EmulationStation Desktop Edition Installation Completed") diff --git a/es-app/assets/EmulationStation.rc b/es-app/assets/EmulationStation.rc index 34732f1e2..fceb00c2e 100644 --- a/es-app/assets/EmulationStation.rc +++ b/es-app/assets/EmulationStation.rc @@ -20,7 +20,7 @@ BEGIN BLOCK "040904E4" BEGIN VALUE "Comments", "\0" - VALUE "FileDescription", "EmulationStation - Emulator Front-end\0" + VALUE "FileDescription", "EmulationStation\0" VALUE "FileVersion", RESOURCE_VERSION_STRING VALUE "InternalName", "emulationstation.exe\0" VALUE "LegalCopyright", "\0"