Skip to content

Commit

Permalink
fmk - mod to makeZIP for creating the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 9, 2024
1 parent 674b0ad commit 0e3bc32
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions makeZIP.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ mkdir .\applications
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications .\applications







REM ## zip it up with 7zip

set sevenzip_path="C:\Program Files\7-Zip\7z.exe"
cd ..
if exist .\R2D_Windows_Download.zip (
del .\R2D_Windows_Download.zip
echo File deleted.
)
%sevenzip_path% a -tzip .\R2D_Windows_Download.zip .\R2D_Windows_Download

0 comments on commit 0e3bc32

Please sign in to comment.