Author: loonycyborg
Date: Mon Jun 29 11:29:04 2009
New Revision: 36456

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36456&view=rev
Log:
Bumped versnion in the name of userdata dir and removed some cruft in windows 
installer script.

Modified:
    trunk/packaging/windows/Wesnoth.nsi.in   (contents, props changed)

Modified: trunk/packaging/windows/Wesnoth.nsi.in
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/packaging/windows/Wesnoth.nsi.in?rev=36456&r1=36455&r2=36456&view=diff
==============================================================================
--- trunk/packaging/windows/Wesnoth.nsi.in (original)
+++ trunk/packaging/windows/Wesnoth.nsi.in Mon Jun 29 11:29:04 2009
@@ -24,7 +24,7 @@
 ;Variables
 
   Var StartMenuFolder
-  !define UserdataDir Wesnoth1.6
+  !define UserdataDir Wesnoth1.7
   Var UserdataFlags
 
 ;Userdata page variables
@@ -161,13 +161,6 @@
   
   %NSIS_INSTALL_FILES
 
-  ; install python stuff
-  SetOutPath "$INSTDIR\Lib"
-  File /nonfatal /r /x .* /x *.pyc /x *.pyo Lib\*.*
-
-  SetOutPath "$INSTDIR\DLLs"
-  File /nonfatal /r /x .* DLLs\*.*
-
   SetOutPath "$INSTDIR"
   
   ;Store installation folder
@@ -255,8 +248,6 @@
 
 Section "Uninstall"
 
-  RMDir /r "$INSTDIR\Lib"
-  RMDir /r "$INSTDIR\DLLs"
   %NSIS_UNINSTALL_FILES
   Delete "$INSTDIR\wesnoth_editor-icon.ico"
   RMDir /r "$INSTDIR\manual"

Propchange: trunk/packaging/windows/Wesnoth.nsi.in
------------------------------------------------------------------------------
    svn:executable = *


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to