-
Notifications
You must be signed in to change notification settings - Fork 75
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
On Windows, can' open app, updater failing. #42
Comments
Windows notifies me that this is part of the reason it's failing: |
It seems that it's an internal Squirrel.Windows problem. First of all, try to make a build using the latest electron-builder and electron-builder-squirrel-windows |
Try to disable antivirus or you can try to google "Couldn't write out staging user ID, this user probably shouldn't get beta anything" |
That's what I did as soon as I posted this, a new npm install, and rebuild. Everything worked fine after that. Thank you. |
On Windows, the updater is erroring out and keeping the app from even being opened.
Below is the log of the error:
error.txt
Here's my setup in the app:
const updater = require('electron-simple-updater');
function onUpdateDownloaded() {
updater.quitAndInstall();
}
updater.init()
updater.on('update-downloaded', onUpdateDownloaded);
Can you help me determine what the problem is?
The text was updated successfully, but these errors were encountered: