Skip to content

Commit

Permalink
don't need to remove .git folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stackTom committed Jul 5, 2021
1 parent 1fa8d26 commit e3a2a91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions makeReleaseZip.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
:: copy all files to new folder
xcopy /I /e .\* ..\Ortho4XP_FSX_P3D_copy

:: remove git files
rmdir /s /q ..\Ortho4XP_FSX_P3D_copy\.git

:: create zip file
powershell Compress-Archive ..\Ortho4XP_FSX_P3D_copy\* Ortho4XP_FSX_P3D.zip

Expand Down

0 comments on commit e3a2a91

Please sign in to comment.