• 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
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...