Change the filename of the compiled package.
This commit is contained in:
parent
c74397a567
commit
9fced79888
@ -28,8 +28,8 @@ rc=$?
|
|||||||
if [[ $rc == 0 ]]
|
if [[ $rc == 0 ]]
|
||||||
then
|
then
|
||||||
cd binaries; strip -s *; cd ..
|
cd binaries; strip -s *; cd ..
|
||||||
mkdir "MarbleGame_${platform^}"
|
mkdir "Saxum_${platform^}"
|
||||||
cp -r binaries data LICENSE.txt "MarbleGame_${platform^}"
|
cp -r binaries data LICENSE.txt "Saxum_${platform^}"
|
||||||
zip -r "MarbleGame_${platform^}.zip" "MarbleGame_${platform^}"
|
zip -r "Saxum_${platform^}.zip" "Saxum_${platform^}"
|
||||||
rm -rf "MarbleGame_${platform^}"
|
rm -rf "Saxum_${platform^}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user