Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chg - Fix pack script not moving archives
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Nov 15, 2023
1 parent 370089d commit 91da4bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/pack.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ echo There was an error trying to pack binary (%errorlevel%).
goto :finished

:complete
move %temp%\%version%-bin6.rar
move %temp%\%version%-demo6.rar
move %temp%\%version%-bin7.rar
move %temp%\%version%-demo7.rar
move %temp%\%version%-bin.rar
move %temp%\%version%-demo.rar
move %temp%\%version%-bin48.rar
move %temp%\%version%-demo48.rar
move %temp%\%version%-boot.rar
move %temp%\%version%-bin6.zip
move %temp%\%version%-demo6.zip
move %temp%\%version%-bin7.zip
move %temp%\%version%-demo7.zip
move %temp%\%version%-bin.zip
move %temp%\%version%-demo.zip
move %temp%\%version%-bin48.zip
move %temp%\%version%-demo48.zip
move %temp%\%version%-boot.zip

echo Pack successful.
:finished

0 comments on commit 91da4bd

Please sign in to comment.