-
Notifications
You must be signed in to change notification settings - Fork 91
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
Windows 8.1 not completing update process #70
Comments
Did you try using |
I'm basically using the example code, on OSX it is able to detect, download, update and relaunch my app, however on Windows it only seems to detect and download my app but never performs the update and relaunch. |
Instead of |
Thanks @adam-lynch, I'll give it a try and let you know how it goes. |
I'm getting the same result with |
Is |
I have problem on Windows 8.1 too, |
I resolved my problem by create a bat file and gui.Shell.openItem() to run my update app as a new instance of nw. |
@Michael00767
This sounds like it is being copied? I'm not sure you need to do what you're doing. |
Here is what I'm seeing when retrieving the various paths (on Windows 8.1): newAppPath = When I execute: |
Hey guys!! This is an awesome app! I have local copy totally slaughtered so I can't test this quickly.. But I think I know the problem... |
Has anyone found a confirmed way to work around this bug? I'm experiencing the same trouble on Windows 10—the .zip file downloads and extracts, but the new process never starts up when the old version quits. |
Hmm @hermwong this is weird. The result of |
did you try what I mentioned @amsoell ? child_process.spawn signature is |
Here are the steps that occur when I use the
node-webkit-updater
on Windows 8.1:Basically the app will download the updated version and then quit, but won't relaunch the downloaded new version.
The text was updated successfully, but these errors were encountered: