exilence-next
exilence-next copied to clipboard
No checksum provided for linux builds.
Describe the bug
This is the error that is printed to the console: Error: Cannot find latest-linux.yml in the latest release artifacts (https://github.com/viktorgullmark/exilence-next/releases/download/v1.1.8/latest-linux.yml): HttpError: 404
There is a latest.yml file in the latest release, which seems to be a checksum for the windows version of the program, but that obviously won't work for the linux build.
It seems there is no checksum file "latest-linux.yml" which would be for linux builds, which is why that error is saying file doesn't exist when the GET request is sent.
Version v1.1.8 (Built on Linux)
Use the release version instead, worked for me. Download the source and compile that.
That was the error that had occurred after I downloaded the source and tried to build it (all steps followed).
That was the error that had occurred after I downloaded the source and tried to build it (all steps followed).
Yeah i know but i meant the source code zip from the releases found here: https://github.com/viktorgullmark/exilence-next/releases/tag/v1.1.8
I ran into the same issue as you, i tried the 1.1.8 source and it managed to build and run.
If you really want to run the latest git version you can do it with npm start
But as it stands you can't build and run the appimage unfortunately.