mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-01 21:02:11 -04:00
Fixed issue with path in NSIS spec file in Windows
This commit is contained in:
parent
ffd50445ba
commit
39cf82afc2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue