update
This commit is contained in:
41
AzA march 2026/AZA_DevStatus_Handover.spec
Normal file
41
AzA march 2026/AZA_DevStatus_Handover.spec
Normal file
@@ -0,0 +1,41 @@
|
||||
# -*- mode: python ; coding: utf-8 -*-
|
||||
# PyInstaller: eine portable Windows-EXE (ohne Konsole).
|
||||
|
||||
block_cipher = None
|
||||
|
||||
import os
|
||||
|
||||
root = os.path.abspath(os.getcwd())
|
||||
|
||||
a = Analysis(
|
||||
[os.path.join(root, "aza_devstatus_handover_shell.py")],
|
||||
pathex=[root],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
noarchive=False,
|
||||
)
|
||||
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
|
||||
|
||||
exe = EXE(
|
||||
pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
[],
|
||||
name="AZA_DevStatus_Handover",
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=False,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
)
|
||||
Reference in New Issue
Block a user