mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 13:41: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(
|
app = BUNDLE(
|
||||||
coll,
|
coll,
|
||||||
name='OnionShare.app',
|
name='OnionShare.app',
|
||||||
icon='install/onionshare.icns',
|
icon='onionshare.icns',
|
||||||
bundle_identifier='com.micahflee.onionshare',
|
bundle_identifier='com.micahflee.onionshare',
|
||||||
info_plist={
|
info_plist={
|
||||||
'CFBundleShortVersionString': version,
|
'CFBundleShortVersionString': version,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user