Author: loonycyborg
Date: Sat Apr 4 19:45:12 2009
New Revision: 34481
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34481&view=rev
Log:
Added start menu shortcuts for changelogs and license.
(cherry picked from commit r34459(trunk))
Modified:
branches/1.6/packaging/windows/Wesnoth.nsi.in
Modified: branches/1.6/packaging/windows/Wesnoth.nsi.in
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/packaging/windows/Wesnoth.nsi.in?rev=34481&r1=34480&r2=34481&view=diff
==============================================================================
--- branches/1.6/packaging/windows/Wesnoth.nsi.in (original)
+++ branches/1.6/packaging/windows/Wesnoth.nsi.in Sat Apr 4 19:45:12 2009
@@ -189,6 +189,9 @@
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Multiplayer server.lnk"
"$INSTDIR\wesnothd.exe"
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Manual.lnk"
"$INSTDIR\manual\manual.en.html"
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"
"$INSTDIR\Uninstall.exe"
+ CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Changelog.lnk"
"$INSTDIR\changelog.txt"
+ CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Player's changelog.lnk"
"$INSTDIR\players_changelog.txt"
+ CreateShortCut "$SMPROGRAMS\$StartMenuFolder\License.lnk"
"$INSTDIR\COPYING.txt"
!insertmacro MUI_STARTMENU_WRITE_END
@@ -263,6 +266,9 @@
!insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
+ Delete "$SMPROGRAMS\$StartMenuFolder\License.lnk"
+ Delete "$SMPROGRAMS\$StartMenuFolder\Player's changelog.lnk"
+ Delete "$SMPROGRAMS\$StartMenuFolder\Changelog.lnk"
Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"
Delete "$SMPROGRAMS\$StartMenuFolder\Manual.lnk"
Delete "$SMPROGRAMS\$StartMenuFolder\Multiplayer server.lnk"
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits