Fix making portable Windows release

This commit is contained in:
ROllerozxa 2025-03-14 16:37:33 +01:00
commit 716b103599
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -eu
# This script relies on windows_release.sh being run to prepare the release/ directory
@ -6,7 +6,7 @@ touch release/portable.txt
cp ../packaging/play_community_level.bat release/
cp -r ../data-{pc,shared}/ release/
cp -r ../data/ release/
# juggling time
mv principia.exe principia_exe.exe

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -eu
# This script assumes you already have built the executable