-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch Linux pacman distribution incomplete, breaks auto update #8710
Comments
Looks like this ticket might solve it? testing.. #8394 |
Nope. still no
|
@xyloflake FYI |
updated electron-builder too and now get the manifest. Thanks @xyloflake! |
Most welcome @chrbayer84 ! |
@xyloflake any ETA for when this will be released? |
@chrbayer84 I don't think it will be very soon. v26 has - as the version number suggests- breaking changes. Mostly with the rebuilder and stuff. I'm guessing at least 3 to 5 months? @mmaietta might be able to answer approximately. |
The pacman build does not produce a latest-linux.yml manifest file (unlike the other targets like deb, rpm etc). That seems to break auto-update capabilities on Arch Linux. Our app auto-updates fine on Windows, Debian and RPM-based distros, however the updater does not find a new pacman distribution package and instead tries to download and install an rpm:
Output of auto-update on Arch Linux (Manjaro but vanilla Arch does the same):
We believe that the missing manifest is at least part of the problem. here is what it generates for a deb package:
relevant section in
electron-builder.yml
, full file: https://gitlab.com/gridtracker.org/gridtracker2/-/blob/main/electron-builder.yml?ref_type=headsThe text was updated successfully, but these errors were encountered: