mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
remove spec folder
this is not needed anymore.
This commit is contained in:
parent
21b3ec0ffa
commit
17a7f28fe6
@ -1,18 +0,0 @@
|
||||
a = Analysis(['../bin/svtplay-dl'],
|
||||
binaries=None,
|
||||
datas=None,
|
||||
hiddenimports=["Crypto"],
|
||||
hookspath=None,
|
||||
runtime_hooks=None,
|
||||
excludes=None)
|
||||
pyz = PYZ(a.pure, a.zipped_data)
|
||||
exe = EXE(pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
name='svtplay-dl',
|
||||
debug=False,
|
||||
strip=None,
|
||||
upx=False,
|
||||
console=True)
|
Loading…
Reference in New Issue
Block a user