mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-27 16:29:41 -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 -*-
|
||||
a = Analysis(['install/onionshare-launcher.py'],
|
||||
a = Analysis(['onionshare-launcher.py'],
|
||||
hiddenimports=['onionshare', 'onionshare_gui'],
|
||||
hookspath=None,
|
||||
runtime_hooks=None)
|
||||
|
Loading…
Reference in New Issue
Block a user