mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-15 09:17:25 -05:00
Fixed issue with path in NSIS spec file in Windows
This commit is contained in:
parent
ffd50445ba
commit
39cf82afc2
@ -1,5 +1,5 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
a = Analysis(['install/onionshare-launcher.py'],
|
a = Analysis(['onionshare-launcher.py'],
|
||||||
hiddenimports=['onionshare', 'onionshare_gui'],
|
hiddenimports=['onionshare', 'onionshare_gui'],
|
||||||
hookspath=None,
|
hookspath=None,
|
||||||
runtime_hooks=None)
|
runtime_hooks=None)
|
||||||
|
Loading…
Reference in New Issue
Block a user