Skip to content

Commit

Permalink
feat: Use ico instead of png for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
koerismo committed Oct 17, 2024
1 parent 29443b2 commit 669724c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon='res/icon.png',
icon='res/icon.ico',
)
coll = COLLECT(
exe,
Expand Down
Binary file added res/icon.ico
Binary file not shown.
Binary file removed res/icon.png
Binary file not shown.

0 comments on commit 669724c

Please sign in to comment.