mijorus / gearlever

Manage AppImages with ease 📦
https://mijorus.it/projects/gearlever
GNU General Public License v3.0
429 stars 15 forks source link

Updating AppImage via GitHub doesn't work #105

Closed fiftydinar closed 1 month ago

fiftydinar commented 1 month ago

I try to put r2modman AppImage link into GitHub URL, but it doesn't work.

  1. I choose GitHub as the updating link method
  2. I insert this link: https://github.com/ebkr/r2modmanPlus/releases/download/v*/r2modman-*.AppImage Link of latest version as of now: https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.AppImage
  3. I save the update info
  4. I refresh the AppImage metadata
  5. I notice that the link is changed to https://github.com/ebkr/r2modmanPlus/releases/download/latest/r2modman-3.1.49.AppImage which doesn't work.

Notice how v3.1.49 changed to latest automatically for some reason.

mijorus commented 1 month ago

I get it now, the updated URL should be

https://github.com/ebkr/r2modmanPlus/releases/latest/download/r2modman-3.1.49.AppImage

(Download and releases are swapped)

I'll look into this btw

mijorus commented 1 month ago

Hi, the latest version should include a bunch of bug fix that should fix this issue, please let me know if the issue was fixed for you

fiftydinar commented 1 month ago

I confirm it works now, thanks