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