Do not recreate zip file everytime.
This commit is contained in:
parent
54568d4f6b
commit
1d3ec46893
@ -27,7 +27,6 @@ rc=$?
|
||||
|
||||
if [[ $rc == 0 ]]
|
||||
then
|
||||
rm -rf "MarbleGame_${platform^}" "MarbleGame_${platform^}.zip"
|
||||
mkdir "MarbleGame_${platform^}"
|
||||
cp -r binaries Levels Shader "MarbleGame_${platform^}"
|
||||
zip -r "MarbleGame_${platform^}.zip" "MarbleGame_${platform^}"
|
||||
|
Loading…
Reference in New Issue
Block a user