From e49328c1a9a33b0476ec01ece669af2ea1266612 Mon Sep 17 00:00:00 2001 From: spam-receiver <48826370+spam-receiver@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:42:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20mik32=5Fupload.?= =?UTF-8?q?exe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mik32_upload.spec | 37 +++++++++++++++++++++++++++++++++++++ mik32_upload_build.bat | 1 + 2 files changed, 38 insertions(+) create mode 100644 mik32_upload.spec create mode 100644 mik32_upload_build.bat diff --git a/mik32_upload.spec b/mik32_upload.spec new file mode 100644 index 0000000..f88166e --- /dev/null +++ b/mik32_upload.spec @@ -0,0 +1,37 @@ +# -*- mode: python ; coding: utf-8 -*- + + +a = Analysis( + ['mik32_upload.py'], + pathex=[], + binaries=[], + datas=[], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=[], + noarchive=False, +) +pyz = PYZ(a.pure) + +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.datas, + [], + name='mik32_upload', + 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, +) diff --git a/mik32_upload_build.bat b/mik32_upload_build.bat new file mode 100644 index 0000000..b1f9159 --- /dev/null +++ b/mik32_upload_build.bat @@ -0,0 +1 @@ +pyinstaller mik32_upload.spec \ No newline at end of file