1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

remove spec folder

this is not needed anymore.
This commit is contained in:
Johan Andersson 2018-06-24 16:30:42 +02:00
parent 21b3ec0ffa
commit 17a7f28fe6

View File

@ -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)