Skip to content

Commit

Permalink
fix favico path;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Jun 23, 2018
1 parent 5f739e6 commit 28faf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happypandax.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from PyInstaller.utils.hooks import exec_statement
sys.modules['FixTk'] = None

working_dir = os.getcwd()
icon_path = "deploy/osx/app.icns" if sys.platform.startswith('darwin') else "static/favicon.ico"
icon_path = "deploy/osx/app.icns" if sys.platform.startswith('darwin') else "static/favicon/favicon.ico"
version_path = "deploy/win/version.txt"

block_cipher = None
Expand Down

0 comments on commit 28faf37

Please sign in to comment.