Skip to content

Commit 810eb78

Browse files
committed
icon
1 parent 9ed1a1d commit 810eb78

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

main-onedir.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ exe = EXE(pyz,
2121
a.scripts,
2222
[],
2323
exclude_binaries=True,
24-
name='main',
24+
name='webcontrol',
2525
debug=False,
2626
strip=False,
2727
upx=True,
28-
console=True )
28+
console=True,
29+
icon = 'webcontrolicon_256px.ico' )
2930
coll = COLLECT(exe,
3031
a.binaries,
3132
a.zipfiles,

main.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ exe = EXE(pyz,
2929
upx=True,
3030
upx_exclude=[],
3131
runtime_tmpdir=None,
32-
console=True )
32+
console=True,
33+
icon = 'webcontrolicon_256px.ico')

webcontrolicon_256px.ico

309 KB
Binary file not shown.

0 commit comments

Comments
 (0)