-
Notifications
You must be signed in to change notification settings - Fork 37
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
Please provide an AppImage for Linux #17
Comments
Made an experimental AppImage using https://github.com/AppImage/AppImages/blob/master/recipes/ZeroNet.yml which bundles Python, ZeroNet, and the required libraries all into one single file that a user can download and execute. Eventually Tor could also be bundled. More testing is required. An AppImage for testing can be downloaded from If there is interest, it would be possible to make it work as part of the continuous Travis CI builds for HelloZeroNet/ZeroNet. |
Any updates on this? |
It would be nice if someone could add a pull request to make it part of Travis CI script |
When running, as of today,
then I am getting
Why? Can it be fixed? |
You should remove the |
Thanks, this works. So it should be a matter of running (e.g., in Travis CI, but outside a Docker container)
|
How long will it take until it gets official? |
I don't know where to best hook this in... |
Any chance there will ever be an official AppImage? All the work has already been done... |
@HelloZeroNet might be waiting for that? |
Any chance you can pin the python dependencies by listing their sha256 hashes in the build file among other techniques to make the appimage reproducible? Please see how Electrum BTC wallet does this for inspiration: https://github.com/spesmilo/electrum/tree/master/contrib/build-linux/appimage |
Hello @HulaHoop0 thanks for your suggestion. Please have a look at https://github.com/AppImage/pkg2appimage/blob/master/recipes/ZeroNet.yml, I think it is possible to do it there. Feel free to send a pull request if you can get it working. Unfortunately I don't have the time to look into it myself currently. The YML format is described at https://github.com/AppImage/pkg2appimage/blob/master/YML.md. |
Continuation of HelloZeroNet/ZeroNet#283 (we were told that this issue belongs into this project here).
The text was updated successfully, but these errors were encountered: