adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-3 0360be0 35/50: Some slight


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-3 0360be0 35/50: Some slight changes to the Windows installer
Date: Mon, 25 Jul 2016 18:15:33 +0000 (UTC)

tag: Release_0-3-3
commit 0360be0905b567b787cc92fd1a1983c24f2d6efb
Author: Alexandre Courbot <address@hidden>
Commit: Alexandre Courbot <address@hidden>

    Some slight changes to the Windows installer
---
 README               |    2 +-
 win32/wastesedge.nsi |   18 ++++++++++++++----
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 8fb127e..e2cb28f 100755
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
                       Adonthell v0.3 - Waste's Edge
 
 
-       This program is free software; you can redistribute it and/or modify
+    This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation.
 
diff --git a/win32/wastesedge.nsi b/win32/wastesedge.nsi
index 7222d02..83ab7e0 100644
--- a/win32/wastesedge.nsi
+++ b/win32/wastesedge.nsi
@@ -33,6 +33,10 @@ Section "" ;
 
   ; add files / whatever that need to be installed here.
 
+  FILE README.txt
+  FILE PLAYING.txt
+  FILE adonthell.ini
+
   FILE adonthell.exe
   FILE ogg.dll
   FILE python22.dll
@@ -557,14 +561,20 @@ SectionEnd
 ; start menu entries
 Section "Start Menu Entry"
   SectionIn 1
-  SetOutPath "$SMPROGRAMS\Waste's Edge"
-  WriteINIStr "$SMPROGRAMS\Waste's Edge\adonthell.linuxgames.com.url" \
+  SetOutPath "$SMPROGRAMS\Adonthell - Waste's Edge"
+  WriteINIStr "$SMPROGRAMS\Adonthell - Waste's Edge\Adonthell Website.url" \
               "InternetShortcut" "URL" \
               "http://adonthell.linuxgames.com/";
   SetOutPath "$INSTDIR"
-  CreateShortCut "$SMPROGRAMS\Waste's Edge\Waste's Edge.lnk" \
+  CreateShortCut "$SMPROGRAMS\Adonthell - Waste's Edge\Waste's Edge.lnk" \
                  "$INSTDIR\adonthell.exe" "wastesedge" 
"$INSTDIR\wastesedge.ico"
-  CreateShortCut "$SMPROGRAMS\Waste's Edge\Uninstall Waste's Edge.lnk" \
+  CreateShortCut "$SMPROGRAMS\Adonthell - Waste's Edge\READ ME.lnk" \
+                 "$INSTDIR\README.txt"
+  CreateShortCut "$SMPROGRAMS\Adonthell - Waste's Edge\How to play.lnk" \
+                 "$INSTDIR\PLAYING.txt"
+  CreateShortCut "$SMPROGRAMS\Adonthell - Waste's Edge\Edit Configuration.lnk" 
\
+                 "$INSTDIR\adonthell.ini"
+  CreateShortCut "$SMPROGRAMS\Adonthell - Waste's Edge\Uninstall Waste's 
Edge.lnk" \
                  "$INSTDIR\uninstall.exe"
 SectionEnd
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]