PANCAKES: module fixed for libman

This commit is contained in:
XargonWan 2025-01-06 21:32:19 +09:00
parent 1bca634265
commit 72deb3ed73

View file

@ -599,8 +599,6 @@ modules:
# Step 1: Create the Flatpak destination directory
- mkdir -p "${FLATPAK_DEST}"
# Step 2: Extract and manage library files
- chmod +x *.so*
- mv *.so* "squashfs-root/usr/lib"
- /app/bin/libman.sh "squashfs-root/usr/lib"
# Step 3: Move and set up the binary
- mv R*x* "${FLATPAK_DEST}/bin/"