SXXXXXXX_CppPythonDebug/cpp_python_debug.spec_old
2025-06-10 08:36:43 +02:00

7 lines
979 B
Plaintext

import os
block_cipher = None
a = Analysis(['cpp_python_debug\\__main__.py'], ['cpp_python_debug', '.'], datas=[('cpp_python_debug.ico', '.'), ('_build\\_internal_pexpect_helper_build_20250605164605643551\\dist\\pexpect_console_helper_temp.exe', 'pexpect_resources\\pexpect.exe')], cipher=block_cipher, hiddenimports=[], binaries=[], hookspath=[], hooksconfig={}, runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, noarchive=False)
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
exe = EXE(pyz, ['cpp_python_debug\\__main__.py'], [], console=True, name='cpp_python_debug', upx=True, icon='cpp_python_debug.ico', exclude_binaries=True, debug=False, bootloader_ignore_signals=False, strip=False, runtime_tmpdir=None, disable_windowed_traceback=False, target_arch=None, codesign_identity=None, entitlements_file=None)
coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, upx=True, name='cpp_python_debug', strip=False, upx_exclude=[])