Skip to content
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

Release v1.0.0 #3

Open
TheAssassin opened this issue Jun 25, 2023 · 5 comments
Open

Release v1.0.0 #3

TheAssassin opened this issue Jun 25, 2023 · 5 comments

Comments

@TheAssassin
Copy link
Member

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

@TheAssassin TheAssassin added this to the 1.0.0 milestone Jun 26, 2023
@maltfield
Copy link

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

@probonopd
Copy link
Member

probonopd commented Apr 27, 2024

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
Copy link
Member Author

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
Copy link
Member

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

@maltfield
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants