mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
attempt to add icon to executable
This commit is contained in:
@@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
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'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user