Create an automated release.
This commit is contained in:
parent
bc0912e577
commit
55af06821c
2 changed files with 7 additions and 0 deletions
6
scripts/release.ps1
Normal file
6
scripts/release.ps1
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mkdir -force release
|
||||
rm -force -recurse release
|
||||
mkdir -force release
|
||||
cp -recurse assets release
|
||||
cp builddir/under_the_dome.exe release
|
||||
start release
|
||||
Loading…
Add table
Add a link
Reference in a new issue