Skip to content

Commit

Permalink
only create zip files for Windows debug rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Apr 12, 2016
1 parent 6c1138c commit 494cb64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/win32/rebuild-package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ IF "%PROCESSOR_ARCHITECTURE%" == "AMD64" call rebuild-install-win64.bat "%PACKAG

REM create packages
cd "%BUILD_DIR%"
cpack -G NSIS
IF "%CMAKE_BUILD_TYPE%" == "Release" cpack -G ZIP

REM creating the NSIS installer takes a long time, so we just make a zip
cpack -G ZIP
cd ..

REM unzip to devel directory
Expand Down

0 comments on commit 494cb64

Please sign in to comment.