Fixed issue with path in NSIS spec file in Windows

This commit is contained in:
Micah Lee 2015-11-20 17:26:12 -08:00
parent ffd50445ba
commit 39cf82afc2

View File

@ -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)