-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Support #91
Comments
Hello, Did some progress with the appimage update functionality. It checks for availability of update for the appimages based on the update information available in the appimage those are already downloaded in the system. If available it downloads the latest appimage. |
Let's use the AppImage update information to group binaries and create update channels. By example the update string below would allow us to fetch the stable x86_64 builds for the product id in question. From the store side we would only have to call the features provided by appimage update.
|
Regarding #96 NX Sc already integrates the downloaded AppImages https://github.com/Nitrux/nx-software-center/blob/master/src/models/package.cpp#L15 |
@milohr in this case the download process is performed by appimage-update, so we still need to call the integrate method that it's already implemented. |
The text was updated successfully, but these errors were encountered: