summaryrefslogtreecommitdiff
path: root/install/pyinstaller.spec
diff options
context:
space:
mode:
Diffstat (limited to 'install/pyinstaller.spec')
-rw-r--r--install/pyinstaller.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index 24664bf9..7eeb5153 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -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,