From 7fa668ff45374761ab461d1698a405fe08e5db2c Mon Sep 17 00:00:00 2001 From: HCha Date: Mon, 7 Nov 2022 18:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=9C=A8=E5=BA=93=E4=B8=AD=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E7=BC=96=E8=AF=91=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 点名器.spec | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 点名器.spec diff --git a/点名器.spec b/点名器.spec deleted file mode 100644 index c6bd001..0000000 --- a/点名器.spec +++ /dev/null @@ -1,44 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -block_cipher = None - - -a = Analysis( - ['点名器.pyw'], - 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='点名器', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - upx_exclude=[], - runtime_tmpdir=None, - console=False, - disable_windowed_traceback=False, - argv_emulation=False, - target_arch=None, - codesign_identity=None, - entitlements_file=None, -)