Release generation script

This commit is contained in:
devZoGok
2024-10-11 20:17:46 +03:00
parent b0d24bbf5b
commit cac9b64b59
2 changed files with 7 additions and 1 deletions
+1 -1
Executable
+6
View File
@@ -0,0 +1,6 @@
projectName="Battleship"
gameName="PlanetFleet"
cd ..
zip -r $gameName.zip $projectName/Assets $projectName/build/battleship* Battleship/external/vb01/*.vert $projectName/external/vb01/*.frag $projectName/external/vb01/*.geo
cd $projectName
mv "../$gameName.zip" .