mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Add icon for journal on Linux
This commit is contained in:
parent
7242b935e5
commit
96ca228d49
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ exe = EXE(pyz,
|
|||
debug=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=False )
|
||||
console=False,
|
||||
icon='assets/icon_journal.ico')
|
||||
coll = COLLECT(exe,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
|
|
|
|||
Loading…
Reference in a new issue