• Stefy Lanza (nextime / spora )'s avatar
    Fix PyInstaller frozen binary AttributeError for missing log method · c54ccba7
    Stefy Lanza (nextime / spora ) authored
    - Fixed AttributeError: 'AutoInstallerGUI' object has no attribute 'log'
    - Replaced self.log() call with print() in detect_default_disk method
    - The log method is only available in InstallerWorker class, not AutoInstallerGUI
    - This resolves the crash when running frozen PyInstaller binary
    - Maintains logging functionality for disk detection without breaking frozen binary
    
    This fixes the PyInstaller frozen binary crash that occurred during GUI initialization
    when trying to auto-detect the default installation disk.
    c54ccba7
Name
Last commit
Last update
..
README.md Loading commit data...
autoinstallergui.py Loading commit data...
build_autoinstaller_gui.py Loading commit data...
cleanup.sh Loading commit data...