From 3b3153b83547c947cb4263da3e1d5f3065931caf Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sun, 21 Jan 2024 22:27:15 +0100 Subject: [PATCH] Windows: rename client shortcuts to "Freeciv21" Since this is the main entry point for the game, just use the game name. --- cmake/NSIS.template.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/NSIS.template.in b/cmake/NSIS.template.in index 9d6b8eab4f..e29b917ae5 100644 --- a/cmake/NSIS.template.in +++ b/cmake/NSIS.template.in @@ -199,7 +199,7 @@ FunctionEnd Function RunFreeciv21 - ExecShell "" "$SMPROGRAMS\${APPNAME}\${APPNAME} Client.lnk" + ExecShell "" "$SMPROGRAMS\${APPNAME}\${APPNAME}.lnk" FunctionEnd Function UninstallExisting @@ -224,11 +224,11 @@ ; Create Desktop Icon - CreateShortCut "$DESKTOP\${APPNAME} Client.lnk" "$INSTDIR\freeciv21-client.exe" "" "$INSTDIR\freeciv21-client.ico" 0 + CreateShortCut "$DESKTOP\${APPNAME}.lnk" "$INSTDIR\freeciv21-client.exe" "" "$INSTDIR\freeciv21-client.ico" 0 ; Create Start Menu Entries CreateDirectory "$SMPROGRAMS\${APPNAME}" - CreateShortCut "$SMPROGRAMS\${APPNAME}\${APPNAME} Client.lnk" "$INSTDIR\freeciv21-client.exe" "" "$INSTDIR\freeciv21-client.ico" 0 + CreateShortCut "$SMPROGRAMS\${APPNAME}\${APPNAME}.lnk" "$INSTDIR\freeciv21-client.exe" "" "$INSTDIR\freeciv21-client.ico" 0 CreateShortCut "$SMPROGRAMS\${APPNAME}\${APPNAME} Modpack Installer.lnk" "$INSTDIR\freeciv21-modpack-qt.exe" "" "$INSTDIR\freeciv21-modpack.ico" 0 CreateShortCut "$SMPROGRAMS\${APPNAME}\${APPNAME} Server.lnk" "$INSTDIR\freeciv21-server.exe" "" "$INSTDIR\freeciv21-server.ico" 0