9 lines
365 B
PowerShell
9 lines
365 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-windows.zip under_the_ashland_dome
|
|
cd ..
|
|
start .\releases\under_the_ashland_dome
|