under_the_ashland_dome/scripts/release.ps1
2026-04-05 09:50:31 -04:00

9 lines
357 B
PowerShell

mkdir releases/under_the_ashland_dome
rm -force -recurse releases/under_the_ashland_dome
mkdir releases/under_the_ashland_dome
cp -recurse assets releases/under_the_ashland_dome
cp builddir/under_the_dome.exe releases/under_the_ashland_dome
cd releases
zip -r9 under_the_ashland_dome.zip under_the_ashland_dome
cd ..
start .\releases\under_the_ashland_dome