Skip to content

Commit

Permalink
In 40-make-app, also rm testbox/TES3MP.app
Browse files Browse the repository at this point in the history
Otherwise, the resulting app includes a lot of unintended files:

1. After first run, `testbox/TES3MP.app/` exists
2. At beginning of second run, line 8 `rm -rf testbox/OpenMW.app` does
   nothing
3. At end of second run, line 64 `mv testbox/OpenMW.app
   testbox/TES3MP.app` results in `testbox/TES3MP.app/OpenMW.app/`
  • Loading branch information
backlabs1 authored and samkaufman committed Mar 31, 2024
1 parent f3f65f7 commit dca9ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 40-make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
readonly OSG_VERSION="3.6.5"

mkdir -p testbox
rm -rf testbox/OpenMW.app
rm -rf testbox/OpenMW.app testbox/TES3MP.app
cp -R out/src/TES3MP/build/OpenMW.app testbox/OpenMW.app
mkdir -p testbox/OpenMW.app/Contents/Frameworks
mkdir -p testbox/OpenMW.app/Contents/PlugIns
Expand Down

0 comments on commit dca9ff3

Please sign in to comment.