Skip to content

Commit 8e599e4

Browse files
committed
Set executable icon
1 parent 9a60cac commit 8e599e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BlocklyPropClient.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ exe = EXE(pyz,
1212
debug=False,
1313
strip=None,
1414
upx=True,
15-
console=True )
15+
console=True,
16+
icon='blocklyprop.ico' )
1617
propeller_libs_and_tools = Tree('propeller-tools', prefix='propeller-tools', excludes=['*.pdf'])
1718
propeller_libs_and_tools += Tree('propeller-lib', prefix='propeller-lib')
1819
propeller_libs_and_tools += Tree('propeller-c-lib', prefix='propeller-c-lib', excludes=['*.html', 'html', '*.doxyfile', '*.side', '*.c'])

0 commit comments

Comments
 (0)