From 33aabfa7539d988f16daeb1f28c68abac6530e49 Mon Sep 17 00:00:00 2001 From: "sebastian.serfling" Date: Thu, 10 Aug 2023 11:46:10 +0000 Subject: [PATCH] =?UTF-8?q?first=5Frun.spec=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- first_run.spec | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 first_run.spec diff --git a/first_run.spec b/first_run.spec deleted file mode 100644 index 6426f26..0000000 --- a/first_run.spec +++ /dev/null @@ -1,45 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -block_cipher = None - - -a = Analysis( - ['first_run.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='first_run', - 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.ico'], -)