Fix icon path in PyInstaller file

This commit is contained in:
Micah Lee 2019-09-22 13:25:15 -07:00
parent 06ad2ad073
commit b9ed720590
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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,