Skip to content

Commit

Permalink
Change windows app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Jan 23, 2019
1 parent 15846c3 commit b1cae92
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file removed lncrawl.ico
Binary file not shown.
Binary file added res/lncrawl-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/lncrawl-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/lncrawl.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion setup_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setup_command():

command = 'pyinstaller -y '
command += '-F ' # onefile
command += '-i "%s/lncrawl.ico" ' % cur_dir
command += '-i "%s/res/lncrawl.ico" ' % cur_dir

for k, paths in package_data.items():
for v in paths:
Expand Down

0 comments on commit b1cae92

Please sign in to comment.