This commit is contained in:
widevinedump 2021-12-23 15:57:57 +05:30
parent 0d48afbb7f
commit 333e2446f5
197 changed files with 13549 additions and 0 deletions

33
netflix.spec Normal file
View file

@ -0,0 +1,33 @@
# -*- mode: python -*-
block_cipher = None
a = Analysis(['netflix.py'],
pathex=['e:\\netflix\\NFTool'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='netflix',
debug=False,
strip=False,
upx=True,
console=True )
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
name='netflix')