- updated paths for windows installer

This commit is contained in:
SoftCoder 2014-01-24 16:33:34 -08:00
parent 988743d867
commit 816816567f
1 changed files with 17 additions and 17 deletions

View File

@ -211,27 +211,27 @@ Section "${APNAME} (required)"
; Set output path to the installation directory. ; Set output path to the installation directory.
SetOutPath $INSTDIR SetOutPath $INSTDIR
; Put file there ; Put file there
File "..\..\..\data\glest_game\megaglest.exe" File "..\megaglest.exe"
File "..\..\..\data\glest_game\megaglest_editor.exe" File "..\megaglest_editor.exe"
File "..\..\..\data\glest_game\megaglest_g3dviewer.exe" File "..\megaglest_g3dviewer.exe"
File "..\..\..\data\glest_game\7z.exe" File "..\7z.exe"
File "..\..\..\data\glest_game\7z.dll" File "..\7z.dll"
File "..\..\..\mk\shared\megaglest.ico" File "..\..\shared\megaglest.ico"
File "..\..\..\mk\windoze\glest.ini" File "..\glest.ini"
File "..\..\..\mk\shared\glestkeys.ini" File "..\..\shared\glestkeys.ini"
File "..\..\..\mk\shared\servers.ini" File "..\..\shared\servers.ini"
File "..\..\..\data\glest_game\openal32.dll" File "..\openal32.dll"
File "..\..\..\mk\windoze\NetworkThrottleFix.reg" File "..\NetworkThrottleFix.reg"
File "..\..\..\data\glest_game\libvlccore.dll" File "..\libvlccore.dll"
File "..\..\..\data\glest_game\libvlc.dll" File "..\libvlc.dll"
File /r /x .svn /x mydata "..\..\..\data\glest_game\plugins" File /r /x .svn /x mydata "..\plugins"
File /r /x .svn /x mydata "..\..\..\data\glest_game\lua" File /r /x .svn /x mydata "..\lua"
SetOutPath "$INSTDIR\blender\" SetOutPath "$INSTDIR\blender\"
File "..\..\..\data\glest_game\xml2g.exe" File "..\\xml2g.exe"
File "..\..\..\data\glest_game\g2xml.exe" File "..\g2xml.exe"
File /r /x .svn /x mydata "..\..\..\source\tools\glexemel\*.*" File /r /x .svn /x mydata "..\..\..\source\tools\glexemel\*.*"
SetOutPath $INSTDIR SetOutPath $INSTDIR