From 39cf82afc2220f0847db0c8ef7ac799ddf14169b Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 20 Nov 2015 17:26:12 -0800 Subject: [PATCH] Fixed issue with path in NSIS spec file in Windows --- install/onionshare-win.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/onionshare-win.spec b/install/onionshare-win.spec index 74ae03c1..6fdca7c5 100644 --- a/install/onionshare-win.spec +++ b/install/onionshare-win.spec @@ -1,5 +1,5 @@ # -*- mode: python -*- -a = Analysis(['install/onionshare-launcher.py'], +a = Analysis(['onionshare-launcher.py'], hiddenimports=['onionshare', 'onionshare_gui'], hookspath=None, runtime_hooks=None)