srevinsaju / discord-appimage

Continuous Integration to create Discord AppImages directly from source
MIT License
61 stars 9 forks source link

No candidate for installation #14

Open epeay opened 3 weeks ago

epeay commented 3 weeks ago

I usually use my own script which grabs the download URL from https://api.github.com/repos/srevinsaju/discord-appimage/releases/latest, however I see that the download URL is not present in that json payload, anymore.

I double checked using zap as that is a recommended installation method, and got an error there as well.

[~]$ zap install discord
[FATAL] 2024/09/26 16:01:56 main.main:main.go:181 this app does not provide any candidate for installation
epeay commented 3 weeks ago

OK, I see that the workflow is working now that you bumped that deprecated library. I can pull the AppImage via URL in the workflow output log, and the downloaded file works.

However, it just isn't able to be installed via zap.

tadgh commented 3 weeks ago

Same here

tadgh commented 2 weeks ago

I have forked this repo temporarily to get it up and running: https://github.com/srevinsaju/discord-appimage/pull/16 see instructions there to pull.

srevinsaju commented 2 weeks ago

just merged #16, thank you!