-
Notifications
You must be signed in to change notification settings - Fork 62
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
Revert dependency updates made between 4.0.0 and 4.1.0 #83
Comments
CC @develar could you please take a look at this? It'd be great to update electron-builder to latest app-builder but the current release breaks AppImages |
@mmaietta I think the root cause is that mksquashfs in appimage-13 doesn't support gzip. In https://github.com/electron-userland/electron-builder-binaries/blob/master/zstd-linux.sh: |
I published |
@develar I've attempted to update the dependency in electron-builder but mac and linux CI tests are failing. Can you please take a look? MacOS
Linux:
|
I need this modification in order to have a working electron-builder. Any news on this? |
electron-builder
currently won't upgradeapp-builder
, because the compression modifiers somehow break: electron-userland/electron-builder#6684As such
electron-builder
is stuck to 4.0.0 and is unable to incorporate other bugfixes such as #63 (see electron-userland/electron-builder#6710 (comment)).I propose to revert the dependency changes inflicting problems with AppImages until this can be resolved, in order to unlock the other patches downstream.
Thanks for your consideration!
The text was updated successfully, but these errors were encountered: