altinselimi/monimo

No linux build for the last version

Closed this issue · 5 comments

There's no linux build for the latest version, and when compiled from source, i get the following error:

Unhandled rejection Error: Cannot find latest-linux.yml in the latest release artifacts (https://github.com/altinselimi/monimo/releases/download/v0.2.4/latest-linux.yml): HttpError: 404 Not Found                                                                                                                     
"method: undefined url: https://github.com/altinselimi/monimo/releases/download/v0.2.4/latest-linux.yml\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n" 

The search doesn't work as well but i don't know if it's related. When i try to search i just get this:
image

Actually the search issue is resolved in the development branch. Sorry for that.

Still, a linux build will be very nice!

I'm spamming your issues at this point and I'm very very sorry, but I just found out that development is behind master. Attaching a pull request to fix search on the last version. #46

@Artish357 , can you please create a build and send it to us?

While i could just make a build from master source code and archive it, i was looking into creating appimages and apparently electron has a way of bundling them https://github.com/AppImage/AppImageKit/wiki/Bundling-Electron-apps
It would require some fiddling with npm though, and it's a new technology for me, so I'm afraid that i might break something