From d487f432e74b6c409d90b97e21543c596b2da6e3 Mon Sep 17 00:00:00 2001 From: "sebastian.serfling" Date: Thu, 10 Aug 2023 11:46:07 +0000 Subject: [PATCH] =?UTF-8?q?download.spec=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- download.spec | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 download.spec diff --git a/download.spec b/download.spec deleted file mode 100644 index 12cb405..0000000 --- a/download.spec +++ /dev/null @@ -1,45 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -block_cipher = None - - -a = Analysis( - ['download.py'], - pathex=[], - binaries=[], - datas=[], - hiddenimports=[], - hookspath=[], - hooksconfig={}, - 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='download', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - upx_exclude=[], - runtime_tmpdir=None, - console=True, - disable_windowed_traceback=False, - argv_emulation=False, - target_arch=None, - codesign_identity=None, - entitlements_file=None, - icon=['icons8-konsole-simple-small-70.png'], -)