From 9740cfabc9518a02c2b6b1a961c78063a479e99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B1=95=E9=B9=8F?= Date: Tue, 14 Jan 2025 17:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20main.spec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.spec | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 main.spec diff --git a/main.spec b/main.spec deleted file mode 100644 index 4dbebb6..0000000 --- a/main.spec +++ /dev/null @@ -1,33 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - -block_cipher = None - - -a = Analysis(['main.py'], - pathex=['E:\\php\\NAVICAT_CRACK_PSW'], - binaries=[], - datas=[], - hiddenimports=['pkg_resources.py2_warn'], - 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='main', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - upx_exclude=[], - runtime_tmpdir=None, - console=False )