[rkward/releases/0.6.4] windows_nsis: Link to rkward.exe not .bat in the standalone installer's icon. (Forgot to adjust this, long ago).
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Sun Feb 14 21:27:37 UTC 2016
Git commit 7c2a20855e2fc19b9421ab4c8fdb2027e41f99b2 by Thomas Friedrichsmeier.
Committed on 14/02/2016 at 21:27.
Pushed by tfry into branch 'releases/0.6.4'.
Link to rkward.exe not .bat in the standalone installer's icon. (Forgot to adjust this, long ago).
M +1 -1 windows_nsis/installer.nsi
http://commits.kde.org/rkward/7c2a20855e2fc19b9421ab4c8fdb2027e41f99b2
diff --git a/windows_nsis/installer.nsi b/windows_nsis/installer.nsi
index baab9e6..ae9253e 100644
--- a/windows_nsis/installer.nsi
+++ b/windows_nsis/installer.nsi
@@ -379,7 +379,7 @@ section
setOutPath $INST_KDEPREFIX\bin
File "rkward.ico"
# setOutPath %USERPROFILE%
- CreateShortCut "$DESKTOP\RKWard.lnk" "$INST_KDEPREFIX\bin\rkward.bat" "" "$INST_KDEPREFIX\bin\rkward.ico"
+ CreateShortCut "$DESKTOP\RKWard.lnk" "$INST_KDEPREFIX\bin\rkward.exe" "" "$INST_KDEPREFIX\bin\rkward.ico"
# writeUninstaller $INST_KDEPREFIX\uninstaller.exe
sectionEnd
More information about the rkward-tracker
mailing list