mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
Fix icon path in PyInstaller file
This commit is contained in:
parent
9c41d2d21c
commit
bdd71c91a7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user