Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node-webkit Helper.app
1 parent 533cb0d commit 9e6ca12Copy full SHA for 9e6ca12
1 file changed
tests/automatic_tests/start_app/script.js
@@ -36,6 +36,8 @@ if (os.platform() == 'linux') {
36
}
37
if (os.platform() == 'darwin') {
38
required_file = required_file_macox;
39
+ if (~exec_root.indexOf("Helper.app"))
40
+ exec_root = path.join(exec_root, '..', '..', '..')
41
exec_root = path.normalize(
42
path.join(exec_root, '..', '..', '..'));
43
0 commit comments