Skip to content

Commit

Permalink
Feedback after prompt [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Jul 19, 2016
1 parent cc07b89 commit beaaccc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev/windows/build_msi_and_zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,14 @@ if "%ARG1%" neq "norelease" (
cd "%SCRIPTDIR%"
findStr "char *VERSION_NUMBER" ..\..\src\util\Version.cpp
findStr "Version=" engauge.wxs | findStr /v InstallerVersion
set /p VERSION_NUMBER_CODE="If the version numbers are correct, enter the version number seen above to continue and build releases> "
set /p VERNUM="If the version numbers are correct, enter the version number seen above to continue and build releases>"
echo "Version number will be %VERNUM%"

candle engauge.wxs
candle WixUI_InstallDir_NoLicense.wxs
light.exe -ext WixUIExtension -ext WixUtilExtension engauge.wixobj WixUI_InstallDir_NoLicense.wixobj -o digit-exe-windows-32-bit-installer-%VERSION_NUMBER_CODE%.msi
light.exe -ext WixUIExtension -ext WixUtilExtension engauge.wixobj WixUI_InstallDir_NoLicense.wixobj -o "digit-exe-windows-32-bit-installer-%VERNUM%.msi"

echo *** creating zip
rem "Engauge Digitizer" in next line is needed since zip crashes on %RESULTDIR% due to the space
zip -r "digit-exe-windows-32-bit-without-installer-file-%VERSION_NUMBER_CODE%.zip" "Engauge Digitizer"
zip -r "digit-exe-windows-32-bit-without-installer-file-%VERNUM%.zip" "Engauge Digitizer"
)

0 comments on commit beaaccc

Please sign in to comment.