-
-
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 fails to install update on MacOS #6396
Comments
Hi there! |
@mmaietta i will try with the newer version. The file is downloaded to |
I was able to figure out how to fix the problem. Due to the process requirements of my employer, we were unable to use electron-builder to sign the app and we cannot use the electron-publisher functionality to publish the release due to lack of support for a proxy server. I tracked down a couple of problems related to permissions on the files and a missing zip.blockmap file not being attached to the release. Addressing these issues resolved the problem--even with the 4.3.9 version. |
We are trying to release our application using electron-updater. Everything works on Windows (other than we are also seeing the behavior described by #6329) and Linux but our MacOS app is failing to install the update. The relevant section of the log looks like this:
The directory
/Users/rpatrick/Library/Caches/com.oracle.weblogic.wktui.ShipIt
is empty so the error message seems to be misleading. I have no idea why this is failing but I am down to the last week before our release so any clues would be very welcome!You can find our test releases at https://github.com/oracle/weblogic-toolkit-ui/releases.
The text was updated successfully, but these errors were encountered: