Release script for linux.

This commit is contained in:
Zed A. Shaw 2026-04-05 09:56:05 -04:00
parent 2206088516
commit 056fe0986a
4 changed files with 14 additions and 0 deletions

0
scripts/coverage_reset.sh Normal file → Executable file
View file

10
scripts/release.sh Executable file
View file

@ -0,0 +1,10 @@
set -xe
rm -rf releases
mkdir -p releases/under_the_ashland_dome
cp -r assets releases/under_the_ashland_dome
cp builddir/under_the_dome releases/under_the_ashland_dome
cd releases
zip -r9 under_the_ashland_dome-ubuntu-linux.zip under_the_ashland_dome
cd ..
open ./releases/under_the_ashland_dome

0
scripts/reset_build.sh Normal file → Executable file
View file