mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.03k stars 49 forks source link

Use AppImageUpdate? #48

Closed ickc closed 3 years ago

ickc commented 3 years ago

which allow the AppImage be updated automatically: https://github.com/AppImage/AppImageUpdate

Edit: for future reference, this will shows up in https://appimage.github.io/apps/.

mb21 commented 3 years ago

I've included the electron-updater... does AppImageUpdate provide any benefit?

ickc commented 3 years ago

Apparently it is the "standard" way to update AppImage. This may help: https://docs.appimage.org/packaging-guide/optional/updates.html?highlight=appimageupdate#using-electron-builder

mb21 commented 3 years ago

Okay... I'm open to merging a pull request that does this... but I don't have a Linux box ready to test...

ickc commented 3 years ago

It's ok, you don't have to support this. It was just a suggestion.

mb21 commented 3 years ago

Okay :-) I'd be happy to support more packaging options, but yeah... really don't have the time to implement and test this for all different kinds of packaging things out there..