Skip to content

Commit

Permalink
Fix windows bundle error
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable committed Nov 28, 2024
1 parent 7be787d commit b778437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/pupil_core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main():
upx=True,
console=True,
icon=str(icon_path),
resources=[f"{icon_path},ICON"],
resources=[f"{icon_path},ICON,icon"],
target_arch="x86_64",
codesign_identity=codesign_identity,
entitlements_file="entitlements.plist",
Expand Down

0 comments on commit b778437

Please sign in to comment.