Skip to content

Commit

Permalink
Attempt at fixing MacOS executable not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vhou-Atroph committed Jun 3, 2024
1 parent 9f014ae commit b9e352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
pip install pyinstaller
cargo rustc --release -- -C link-arg=-undefined -C link-arg=dynamic_lookup
mv ./target/release/libtt_damage_calculator.dylib ./src/tt_damage_calculator/tt_damage_calculator.so
pyinstaller "Toontown Damage Calculator.spec"
pyinstaller "Toontown Damage Calculator.spec" --windowed
cp -R ./src/tt_damage_calculator/assets ./dist/assets
cp -R ./LICENSE ./dist
- name: Upload executable
Expand Down

0 comments on commit b9e352a

Please sign in to comment.