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