Skip to content

Commit

Permalink
Use .ico icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Oct 4, 2024
1 parent a9ac694 commit b318b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LlamaAssistant.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ exe = EXE(
upx=False,
runtime_tmpdir=None,
console=False,
icon='llama_assistant/resources/icon.icns',
icon='llama_assistant/resources/icon.ico',
)
app = BUNDLE(
exe,
name='LlamaAssistant.app',
icon='llama_assistant/resources/icon.icns',
icon='llama_assistant/resources/icon.ico',
bundle_identifier=None,
info_plist={'NSHighResolutionCapable': 'True'},
)
Binary file added llama_assistant/resources/icon.ico
Binary file not shown.

0 comments on commit b318b26

Please sign in to comment.