-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
electron-updater 6.0.0-alpha.8 does not work on Ubuntu 22.04.1 LTS with Error: EPIPE #7393
Comments
ganthern
added a commit
to ganthern/electron-builder
that referenced
this issue
Jan 25, 2023
ganthern
added a commit
to ganthern/electron-builder
that referenced
this issue
Jan 25, 2023
Thanks @ganthern for calling this out! Deploying [email protected] now, please give it a shot when you have a chance :) |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the updater will start the updated app with
child_process.spawn()
withstdio: "pipe"
. This leads to the following error on Ubuntu LTS:Reproducible with https://github.com/ganthern/electron-updater-epipe
The text was updated successfully, but these errors were encountered: