diff --git a/cpp_python_debug.spec b/cpp_python_debug.spec index 0b41f85..aff548a 100644 --- a/cpp_python_debug.spec +++ b/cpp_python_debug.spec @@ -1,8 +1,5 @@ -""" -# PyInstaller spec file generated by GUI Wrapper. -""" block_cipher = None -a = Analysis(['cpp_python_debug\\__main__.py'], ['cpp_python_debug', '.'], binaries=[], datas=[('C:\\Users\\admin\\AppData\\Local\\Temp\\pyinstaller_pexpect_helper_e83ov31v\\dist\\pexpect.exe', 'pexpect_resources')], hiddenimports=[], hookspath=[], hooksconfig={}, runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, noarchive=False) +a = Analysis(pathex=['cpp_python_debug', '.'], binaries=[], datas=[], hiddenimports=['pexpect.popen_spawn'], hookspath=[], runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, noarchive=False, scripts=['cpp_python_debug\\__main__.py']) pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) -exe = EXE(pyz, a.scripts, name='cpp_python_debug', debug=False, bootloader_ignore_signals=False, strip=False, upx=True, runtime_tmpdir=None, console=True, disable_windowed_traceback=False, target_arch=None, codesign_identity=None, entitlements_file=None, icon='cpp_python_debug.ico', exclude_binaries=True) +exe = EXE(pyz, a.scripts, exclude_binaries=True, name='cpp_python_debug', debug=False, bootloader_ignore_signals=False, strip=False, upx=True, console=True, icon='cpp_python_debug.ico') coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, strip=False, upx=True, upx_exclude=[], name='cpp_python_debug') diff --git a/cpp_python_debug/_version.py b/cpp_python_debug/_version.py index 6b4cdbc..eb0df6c 100644 --- a/cpp_python_debug/_version.py +++ b/cpp_python_debug/_version.py @@ -6,10 +6,10 @@ import re # --- Version Data (Generated) --- -__version__ = "v.0.0.0.27-0-g69f1796-dirty" -GIT_COMMIT_HASH = "69f17960df347ec7cb71953861ffb4f4e3382bbd" +__version__ = "v.0.0.0.28-0-g9035dbc-dirty" +GIT_COMMIT_HASH = "9035dbc5286fd8a018822a906a293ce3fd11fe33" GIT_BRANCH = "master" -BUILD_TIMESTAMP = "2025-06-09T13:38:49.566117+00:00" +BUILD_TIMESTAMP = "2025-06-10T06:53:58.932893+00:00" IS_GIT_REPO = True # --- Default Values (for comparison or fallback) ---