Skip to content

Commit

Permalink
Add icon.ico to build exe on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 29, 2018
1 parent fdcd4b4 commit 3fdbd9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelme.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exe = EXE(
upx=True,
runtime_tmpdir=None,
console=False,
icon='labelme/icons/icon.icns',
icon='labelme/icons/icon.ico',
)
app = BUNDLE(
exe,
Expand Down
Binary file added labelme/icons/icon.ico
Binary file not shown.

0 comments on commit 3fdbd9f

Please sign in to comment.