diff options
author | Unknown <blackjack4494@web.de> | 2020-09-03 05:45:01 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-03 05:45:01 +0200 |
commit | ba5382e477f13b65a6f9d5c238f53fcefbbd8359 (patch) | |
tree | 884eaa11b6a9c4dfe645a8888241d9c45afc764a | |
parent | c7094d6c8be654574921095044e8417ad29bbd18 (diff) | |
download | hypervideo-pre-ba5382e477f13b65a6f9d5c238f53fcefbbd8359.tar.lz hypervideo-pre-ba5382e477f13b65a6f9d5c238f53fcefbbd8359.tar.xz hypervideo-pre-ba5382e477f13b65a6f9d5c238f53fcefbbd8359.zip |
[skip travis] remove spec file
-rw-r--r-- | youtube-dlc.spec | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/youtube-dlc.spec b/youtube-dlc.spec deleted file mode 100644 index d2f4ca453..000000000 --- a/youtube-dlc.spec +++ /dev/null @@ -1,33 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - -block_cipher = None - - -a = Analysis(['youtube_dlc\\__main__.py'], - pathex=['D:\\gitkraken\\youtube-dl'], - binaries=[], - datas=[], - hiddenimports=[], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher, - noarchive=False) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - [], - name='youtube-dlc', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - upx_exclude=[], - runtime_tmpdir=None, - console=True ) |