-
Notifications
You must be signed in to change notification settings - Fork 430
How to set update information wihtout using travis ci #316
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
Comments
You can't. You could only run appimagetool manually. You can switch to linuxdeploy and linuxdeploy-plugin-qt however. linuxdeploy's built-in |
Well, you can use |
@probonopd, what is the |
If you set that parameter, it is passed to appimagetool, and appimagetool will auto-generate such a |
Thank you! Sounds nice. But doesn't the AppImage also contain the url to that zsync file or do I pass that future url with the |
The place in which the AppImage holds the URL to the zsync file is the update information: https://github.com/AppImage/AppImageSpec/blob/master/draft.md#update-information This information is not stored (again) anywhere else. You need to pass the "future url" in the update information format specified above. |
Thank you, @probonopd. I saw there even is https://github.com/AppImage/AppImageSpec/blob/master/draft.md#github-releases. Do you have by any chance a repo with a workflow where you use that? |
Check this repo. |
Can't see a github folder in this repo. 😅 |
This repo is currently using Travis CI. On Travis CI the correct update information gets generated automatically thanks to |
According to https://github.com/AppImage/AppImageUpdate this tool embeds the update information if you are using travis ci. Is it possible to define an update URI/config without using travis?
The text was updated successfully, but these errors were encountered: