-
-
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
v25.0.0 breaks linux AppImage build #8351
Comments
Thanks for the report! @beyondkmp I think we may need to downgrade app-builder-bin to use AppImage 12.0.0 since this error is due to 13.0.0 What are your thoughts? |
Found an alternative route using current mksquashfs version, just seems to need this PR to resolve develar/app-builder#123 Tested locally using |
Alrighty, the fix should be in 25.0.1 once it deploys! |
@mmaietta Sorry but this seems to be still broken in 25.0.2 :/ I still get the same error message. |
@beyondkmp would you be willing to take a look at this? I was unable to reproduce on my ParallelsVM with AppImage builds during my local testing |
@arantes555 can you share a minimum reproducible repo? Or at least your electron-builder configuration? Trying to discern how to repro this locally |
@mmaietta here is a repo with a reproduction : https://github.com/arantes555/electron-builder-issue8351 I based it on our project and cut most of everything, sorry if I didn't make it 100% as minimal as possible. |
@mmaietta if there is anything else I can do, to help you reproduce, or to test a potential fix on my side, do let me know :) |
Alright, I've pushed a fix but am waiting on another PR to (hopefully) get included today/tomorrow in this next patch release. Then will redeploy a new release. |
Please try 25.0.3. This should be the same appimage binary being used in app-builder-bin 4.0 |
@mmaietta Yep, seems to work ! Thank you ! Closing this now :) |
25.0.0
31.2.1
When building with electron-builder
25.0.0
, the resulting AppImage fails to launch on Debian 12, with the following error:When rolling-back electron-builder to
24.13.3
, the built AppImage launches without problem.This seems related to #6678 or #6624.
The text was updated successfully, but these errors were encountered: