• Stefy Lanza (nextime / spora )'s avatar
    Fix PyInstaller library conflicts for frozen binary mount operations · b05c1e20
    Stefy Lanza (nextime / spora ) authored
    - Added excludes for mount-related libraries in PyInstaller spec
    - Excluded 'libmount.so.1', 'libblkid.so.1', 'libuuid.so.1' and their variants
    - This prevents library version conflicts when running mount commands from frozen binary
    - Resolves 'version MOUNT_2_41 not found' error when mounting target disk
    - Frozen binary will now use system libraries instead of bundled ones for mount operations
    - Ensures compatibility with different system library versions
    
    This fixes the PyInstaller frozen binary issue where mount operations
    failed due to conflicting bundled libraries vs system requirements.
    b05c1e20
build_autoinstaller_gui.py 1.93 KB