-
-
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
mac update not works #943
Comments
electron-builder doesn't affect this aspect. I can advice only listen all events and log it to inspect. Also, please see messages in the Console (system macOS app). Please see https://github.com/develar/onshape-desktop-shell/blob/master/src/AppUpdater.ts for example. |
sorry for bother again. I have logged all events, they are all ok. I can get all the only problem is, then I run autoUpdater.quitAndInstall(), the app is just quit, and not install update.
and now if I check this directory, I see a MyCard.app here.
this MyCard.app is correct latest version. |
Is your app signed? Do you see any errors in Console (standard mac app, see system / app logs)? |
in
and find some I googled this and seems... does macOS Sierra changed something?
|
autoUpdater can get new version, and can download it.
then I run
autoUpdater.quitAndInstall()
, it will quit app, and will not re-open app.if i re-open it manually, it still be old version.
The text was updated successfully, but these errors were encountered: