Skip to content

Commit

Permalink
Update Toontown Damage Calculator.spec
Browse files Browse the repository at this point in the history
testing this
  • Loading branch information
Vhou-Atroph committed Mar 19, 2024
1 parent 1f0df97 commit 266117f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Toontown Damage Calculator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block_cipher = None


a = Analysis(
['src\\tt_damage_calculator\\Toontown Damage Calculator.py'],
['src/tt_damage_calculator/Toontown Damage Calculator.py'],
pathex=[],
binaries=[],
datas=[],
Expand Down Expand Up @@ -41,5 +41,5 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['src\\tt_damage_calculator\\assets\\img\\whole-cream-pie.ico'],
icon=['src/tt_damage_calculator/assets/img/whole-cream-pie.ico'],
)

0 comments on commit 266117f

Please sign in to comment.