Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
This is another update to ci.yml to try to make the MacOS executable work better
  • Loading branch information
Vhou-Atroph committed Aug 7, 2024
1 parent e7d76a8 commit 3350b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
pyinstaller "src/tt_damage_calculator/Toontown Damage Calculator.py" --onefile --windowed
cp -R ./src/tt_damage_calculator/assets ./dist/assets
cp -R ./LICENSE ./dist
cp -R ./src/tt_damage_calculator/assets "./dist/Toontown Damage Calculator.app/Contents/MacOS/assets"
cp -R ./LICENSE "./dist/Toontown Damage Calculator.app/Contents/MacOS"
- name: Upload executable
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3350b73

Please sign in to comment.