From b9ed720590d149e43ee3f6a164c84e4a1b11a138 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 22 Sep 2019 13:25:15 -0700 Subject: Fix icon path in PyInstaller file --- install/pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3-54-g00ecf