pop-os / popsicle

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

Set up AppImageUpdate #121

Closed TheAssassin closed 3 years ago

TheAssassin commented 3 years ago

The Popsicle AppImage works great. However, AppImageUpdate should be set up to allow users to easily update on new releases. All that needs to be done is:

For uploading, you may want to switch to https://github.com/TheAssassin/pyuploadtool/. Then, the build job can then be run on every commit to build a continuous release. pyuploadtool uploads the files to a prerelease called "continuous" when building commits and releases called like the tag when building tags.

mmstick commented 3 years ago

Would you be willing to submit these changes as a PR?

TheAssassin commented 3 years ago

Done. See #141. It's not 100% complete, but you can easily complete it.