From eccd3476fbb4390a6db3ddc0ca631825718e0adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20=D0=9F?= =?UTF-8?q?=D0=BE=D0=BB=D1=8F=D0=BA=D0=BE=D0=B2=D0=B0?= Date: Sat, 29 Mar 2025 19:36:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20Si?= =?UTF-8?q?gnGenerator.spec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SignGenerator.spec | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 SignGenerator.spec diff --git a/SignGenerator.spec b/SignGenerator.spec deleted file mode 100644 index 120fda9..0000000 --- a/SignGenerator.spec +++ /dev/null @@ -1,39 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -a = Analysis( - ['main.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='SignGenerator', - 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, - icon=['ui\\sign.ico'], -)