We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe3a2b8 + 0c4d02f commit 85d0a82Copy full SHA for 85d0a82
frontend/app.js
@@ -612,7 +612,7 @@ function setup() {
612
//var sys = require('sys')
613
var exec = require('child_process').exec;
614
function puts(error, stdout, stderr) { console.log(stdout + " " + stderr) }
615
- exec("xattr -d com.apple.quarantine " + ofpath + "/projectGenerator-osx/projectGenerator.app", puts);
+ exec("xattr -r -d com.apple.quarantine " + ofpath + "/projectGenerator-osx/projectGenerator.app", puts);
616
$("#projectPath").val(ofpath + "/apps/myApps").trigger('change');
617
618
}
0 commit comments