• Stefy Lanza (nextime / spora )'s avatar
    Fix QKeySequence import in PyInstaller spec for frozen binary · a1e1ce4a
    Stefy Lanza (nextime / spora ) authored
    - Added 'PyQt6.QtGui.QKeySequence' to hiddenimports in build_autoinstaller_gui.py
    - This resolves the 'QKeySequence is not defined' error in the frozen binary
    - Ensures QKeySequence class is bundled correctly for the Esc shortcut
    - No source code change needed in autoinstallergui.py - import is already there
    - Rebuild the binary with this fix to test
    a1e1ce4a
cleanup.sh 1.31 KB