chiark / gitweb /
Different path for wine NSIS.
authordaid <daid303@gmail.com>
Thu, 30 Oct 2014 09:17:22 +0000 (10:17 +0100)
committerdaid <daid303@gmail.com>
Thu, 30 Oct 2014 09:17:22 +0000 (10:17 +0100)
package.sh

index 5c60eb84632f5e721b8b31c37ae735b663602a3b..77e492e5c792d61f115659b61114876630c8a53c 100755 (executable)
@@ -438,7 +438,7 @@ if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then
                        #if we have wine, try to run our nsis script.
                        rm -rf scripts/win32/dist
                        ln -sf `pwd`/${TARGET_DIR} scripts/win32/dist
-                       wine ~/.wine/drive_c/Program\ Files/NSIS/makensis.exe /DVERSION=${BUILD_NAME} scripts/win32/installer.nsi
+                       wine ~/.wine/drive_c/Program\ Files\ \(x86\)/NSIS/makensis.exe /DVERSION=${BUILD_NAME} scripts/win32/installer.nsi
             if [ $? != 0 ]; then echo "Failed to package NSIS installer"; exit 1; fi
                        mv scripts/win32/Cura_${BUILD_NAME}.exe ./
                fi