The dingusppc project has so far only released binaries tagged as pre-release.
I can install these with bin with, say, bin install https://github.com/dingusdev/dingusppc/releases/tag/Alpha104
However, when subsequently running bin update, an error is thrown - presumably as there are no full releases:
⨯ command failed error=Error checking updates for /home/<myuser>/.local/bin/dingusppc, GET https://api.github.com/repos/dingusdev/dingusppc/releases/latest: 404 Not Found []
Could this scenario be handled more gracefully, perhaps with just a warning rather than an error?
The dingusppc project has so far only released binaries tagged as pre-release.
I can install these with bin with, say,
bin install https://github.com/dingusdev/dingusppc/releases/tag/Alpha104However, when subsequently running
bin update, an error is thrown - presumably as there are no full releases:⨯ command failed error=Error checking updates for /home/<myuser>/.local/bin/dingusppc, GET https://api.github.com/repos/dingusdev/dingusppc/releases/latest: 404 Not Found []Could this scenario be handled more gracefully, perhaps with just a warning rather than an error?