From d446fd4097c80558cb4cc8f603341c1ed6a88e7e Mon Sep 17 00:00:00 2001 From: Matteo Benedetto Date: Mon, 23 Dec 2024 13:03:14 +0100 Subject: [PATCH] =?UTF-8?q?Rimuovi=20il=20file=20rats.spec=20non=20pi?= =?UTF-8?q?=C3=B9=20necessario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rats.spec | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 rats.spec diff --git a/rats.spec b/rats.spec deleted file mode 100644 index 54ed367..0000000 --- a/rats.spec +++ /dev/null @@ -1,38 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -a = Analysis( - ['rats.py'], - pathex=[], - binaries=[], - datas=[], - hiddenimports=[], - hookspath=[], - hooksconfig={}, - runtime_hooks=[], - excludes=[], - noarchive=False, - optimize=0, -) -pyz = PYZ(a.pure) - -exe = EXE( - pyz, - a.scripts, - a.binaries, - a.datas, - [], - name='rats', - 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, -)