Herm Wong

Results 7 comments of Herm Wong

I'm basically using the [example code](https://github.com/phonegap/phonegap-app-desktop/blob/master/www/js/index.js#L18-L73), on OSX it is able to detect, download, update and relaunch my app, however on Windows it only seems to detect and download my...

Thanks @adam-lynch, I'll give it a try and let you know how it goes.

I'm getting the same result with `gui.Shell.openItem(execPath)`; it works on OSX but fails on Windows 8.1.

@adam-lynch Here is what I'm seeing when retrieving the various paths (on Windows 8.1): newAppPath = `C:\Users\hermwong\AppData\Local\Temp\PhoneGap-Desktop-Beta-0.1.4-win\PhoneGap.exe` `upd.getAppExec()` = `C:\Program Files (x86)\Adobe\PhoneGap\PhoneGap Desktop\` `upd.getAppPath()` = `C:\Program Files (x86)\Adobe\PhoneGap\PhoneGap Desktop\` When...

I've attached the screenshot of the error message from the App crash. ![screen shot 2015-04-21 at 3 27 11 pm](https://cloud.githubusercontent.com/assets/107754/7263932/dbfd58d8-e83a-11e4-9106-a2e2c587fc5c.png) ``` Uncaught node.js Error Error: spawn ENOENT at exports._errnoException (util.js:742:11)...

I'm also experiencing this issue on OSX 10.10.2. My app is being executed from the `/Applications` folder while the `upd.getAppPath()` and `upd.getAppExec()` are both returning `/Users/hermwong/Documents`.

The `node-webkit-updater` is copying the `Contents` folder of my app over instead of the `.app` wrapper.