From 86994c8f43bfb7958737b5f65315d008d7c01dc1 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 6 Feb 2023 21:46:57 +0200 Subject: [PATCH] Added .spec file for build --- D0CXUN7R4C3.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 D0CXUN7R4C3.spec diff --git a/D0CXUN7R4C3.spec b/D0CXUN7R4C3.spec new file mode 100644 index 0000000..a5a2ed4 --- /dev/null +++ b/D0CXUN7R4C3.spec @@ -0,0 +1,45 @@ +# -*- mode: python ; coding: utf-8 -*- + + +block_cipher = None + + +a = Analysis( + ['D0CXUN7R4C3.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='D0CXUN7R4C3', + 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=['gui\\img\\icon.ico'], +)