pop-os / popsicle

Multiple USB File Flasher
MIT License
636 stars 77 forks source link

Add support for AppImageUpdate #141

Closed TheAssassin closed 3 years ago

TheAssassin commented 3 years ago

Closes #121.

Please note that the release upload part still needs to be updated to include the .zsync file. I have never used this `upload-release-asset" action before.

TheAssassin commented 3 years ago

Please note that the action you use to upload to the releases is unmaintained. They mention https://github.com/softprops/action-gh-release. However, you might also want to switch to pyuploadtool to implement a continuous release workflow (uploads AppImages for every new commit to a moving "continuous" release). I can update this PR accordingly.

TheAssassin commented 3 years ago

Needed a force push in order to retrigger the build, but the fixes to linuxdeploy fix this PR as well. Ready for merge (unless you want to change to pyuploadtool).