mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-31 12:14:15 -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 -*-
|
||||
a = Analysis(['install/onionshare-launcher.py'],
|
||||
a = Analysis(['onionshare-launcher.py'],
|
||||
hiddenimports=['onionshare', 'onionshare_gui'],
|
||||
hookspath=None,
|
||||
runtime_hooks=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue