From 4a13df9f6537e63d767d82316096eaf37ecf1d6e Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 3 Apr 2021 16:44:57 +0200 Subject: [PATCH] (Windows) Added links to the ES-DE website to the Start menu entry. --- es-app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index 2e23a7829..10b421f13 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -266,6 +266,7 @@ elseif(WIN32) set(CPACK_NSIS_WELCOME_TITLE "EmulationStation Desktop Edition Installer") set(CPACK_NSIS_FINISH_TITLE "EmulationStation Desktop Edition Installation Completed") set(CPACK_NSIS_MANIFEST_DPI_AWARE ON) + set(CPACK_NSIS_MENU_LINKS "https://es-de.org" "ES-DE Website" "https://es-de.org/#Donations" "Please Donate") else() set(CPACK_PACKAGE_INSTALL_DIRECTORY "emulationstation_${CMAKE_PACKAGE_VERSION}") set(CPACK_PACKAGE_EXECUTABLES "emulationstation" "emulationstation")