mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
attempt to add icon to executable
This commit is contained in:
parent
99493de4ce
commit
23c355d9bf
@ -66,6 +66,7 @@ class HandleArgs:
|
||||
f"--add-data=assets{_s}assets",
|
||||
f"--add-data=client{_s}client",
|
||||
f"--add-data=runtime.config.ini{_s}.",
|
||||
f"--icon=../assets/logo-fill.ico",
|
||||
"-y",
|
||||
]
|
||||
)
|
||||
|
BIN
assets/logo-fill.ico
Normal file
BIN
assets/logo-fill.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -41,4 +41,5 @@ exe = EXE(
|
||||
target_arch=None,
|
||||
codesign_identity=None,
|
||||
entitlements_file=None,
|
||||
icon=['../assets/logo-fill.ico'],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user