mirror of
https://github.com/widevinedump/Netflix-4K-Script.git
synced 2024-03-24 20:20:46 +01:00
New
This commit is contained in:
parent
0d48afbb7f
commit
333e2446f5
197 changed files with 13549 additions and 0 deletions
33
netflix.spec
Normal file
33
netflix.spec
Normal 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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue