mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-27 16:29:41 -05:00
Fixed syntax error in pyinstaller.spec
This commit is contained in:
parent
248f59cbd1
commit
d5af08c1c4
@ -12,10 +12,10 @@ a = Analysis(
|
||||
datas=[
|
||||
('../share/license.txt', 'share'),
|
||||
('../share/version.txt', 'share'),
|
||||
('../share/wordlist.txt', 'share')
|
||||
('../share/wordlist.txt', 'share'),
|
||||
('../share/images/*', 'share/images'),
|
||||
('../share/locale/*', 'share/locale'),
|
||||
('../share/html/*', 'share/html'),
|
||||
('../share/html/*', 'share/html')
|
||||
],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
|
Loading…
Reference in New Issue
Block a user