AppImage / appimagetool

A low-level tool to generate an AppImage from an existing AppDir
58 stars 11 forks source link

Release v1.0.0 #3

Open TheAssassin opened 1 year ago

TheAssassin commented 1 year ago

Once everything works and we can build AppImages on the CI using Alpine Linux (see also #1), we should make a first release.

maltfield commented 3 months ago

Looking forward to it :) Please also make sure to sign this release with PGP.

probonopd commented 2 months ago

Imho, we should embed the static runtime(s) inside the AppImage, so that they don't have to be downloaded separately. This will significantly simplify things for users who would like to run appimagetool on offline build processes (e.g., OBS), and will make usage much easier and more consistent with older versions.

TheAssassin commented 2 months ago

The tool is usable offline, though, by downloading a runtime manually, which is sufficient, as this is an edge case. OBS won't mind the extra download. Bundling adds a lot of complexity by yet again introducing a dependency that would require manual updates.

probonopd commented 2 months ago

We could drop the whole downloading logic and its (heavy) dependencies though.

maltfield commented 2 months ago

Does the download process include cryptograhpically verifying the authenticity of everything that is downloaded, before attempting to use them?