Skip to content

Commit

Permalink
feat(icon): Changed CEClient icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vinibiavatti1 committed Oct 6, 2022
1 parent e5dfdd4 commit 3aba6f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Create EXE
os.system(
f'pyinstaller --noconsole --paths {DEPENDENCIES_PATH} --name ceclient ' +
f'--onefile src/main.py'
f'--onefile src/main.py --icon=resources/icons/ce_icon.ico'
)

# Create dirs
Expand Down
2 changes: 1 addition & 1 deletion ceclient.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False )
console=False , icon='resources\\icons\\ce_icon.ico')
Binary file added resources/icons/ce_icon.ico
Binary file not shown.

0 comments on commit 3aba6f0

Please sign in to comment.