Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Create zip in release.bat. Needs 7-Zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
polygraphene committed May 25, 2019
1 parent 223e0e3 commit d3a371a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ xcopy /y libswresample\lib\*.dll release-files\ALVR\driver\bin\win64
xcopy /y/s/e/i freepie-samples release-files\ALVR\freepie-samples
xcopy /y ALVRFreePIE\bin\Release\ALVRFreePIE.dll release-files\ALVR

cd release-files
7z a -tzip ALVR.zip ALVR
cd ..

"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" installer\installer.iss

pause

0 comments on commit d3a371a

Please sign in to comment.