Skip to content

Commit cb801f8

Browse files
change icon filenames
rename the old icon to old_icon.png and rename new-icon.png to icon.png
1 parent be24948 commit cb801f8

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
options = [
77
'src/main.py',
88
'--onefile',
9-
'--icon=src/assets/images/new-icon_256x256.ico',
9+
'--icon=src/assets/images/icon_256x256.ico',
1010
f'--add-data=src/assets{os.pathsep}assets',
1111
'--name=wme',
1212
]

src/assets/images/icon.png

-29.5 KB
Loading

src/assets/images/new-icon.png

-18.8 KB
Binary file not shown.

src/assets/images/old_icon.png

48.3 KB
Loading

src/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def createLogger(type = 'file', filename = 'logs/log.log'):
8888

8989
class WME(tk.Tk):
9090
APP_ICONS = [
91-
'assets/images/new-icon_256x256.ico',
91+
'assets/images/icon_256x256.ico',
9292
]
9393
LOGO = 'assets/images/WME_logo.png'
9494

0 commit comments

Comments
 (0)