-
Notifications
You must be signed in to change notification settings - Fork 40
Description
When will the feature of creating Bundle-offline be integrated into the warehouse program to make things easier?
Offline package creation feature For example, using the command
To create an offline bundle for runtime org.kde.Platform
flatpak build-bundle /var/lib/flatpak/repo org.kde.Platform-6.9.flatpak runtime/org.kde.Platform/x86_64/6.9
After that, you can create a bundle for the program, for example, Kdenlive.
flatpak build-bundle /var/lib/flatpak/repo kdenlive-offline.flatpak app/org.kde.kdenlive/x86_64/stable
or
flatpak build-bundle /var/lib/flatpak/repo kdenlive-offline.flatpak org.kde.kdenlive stable
This is how it works, but via a graphical interface using the warehouse app. I don't know if it's possible or not. Anyway, best regards and thank you for your efforts.