Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
maybe
  • Loading branch information
Vhou-Atroph committed Mar 19, 2024
1 parent b72d57a commit 1f0df97
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 @@ -106,7 +106,7 @@ jobs:
- name: Build executable
run: |
pip install pyinstaller
cargo build --release -- -C link-arg=-undefined -C link-arg=dynamic_lookup
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"
cp -R ./src/tt_damage_calculator/assets ./dist/assets
Expand Down

0 comments on commit 1f0df97

Please sign in to comment.