Fix icon path in PyInstaller file

This commit is contained in:
Micah Lee 2019-09-22 13:25:15 -07:00
parent 9c41d2d21c
commit bdd71c91a7

View File

@ -58,7 +58,7 @@ if p == 'Darwin':
app = BUNDLE(
coll,
name='OnionShare.app',
icon='install/onionshare.icns',
icon='onionshare.icns',
bundle_identifier='com.micahflee.onionshare',
info_plist={
'CFBundleShortVersionString': version,