forked from mirrors/principia
Fix making portable Windows release
This commit is contained in:
parent
9648b16f1b
commit
716b103599
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -eu
|
||||
|
||||
# This script assumes you already have built the executable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue