Skip to content

Commit 85d0a82

Browse files
authored
Merge pull request #222 from ofTheo/xattr-fix
added the -r flag for xattr quarantine closes #220
2 parents fe3a2b8 + 0c4d02f commit 85d0a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ function setup() {
612612
//var sys = require('sys')
613613
var exec = require('child_process').exec;
614614
function puts(error, stdout, stderr) { console.log(stdout + " " + stderr) }
615-
exec("xattr -d com.apple.quarantine " + ofpath + "/projectGenerator-osx/projectGenerator.app", puts);
615+
exec("xattr -r -d com.apple.quarantine " + ofpath + "/projectGenerator-osx/projectGenerator.app", puts);
616616
$("#projectPath").val(ofpath + "/apps/myApps").trigger('change');
617617

618618
}

0 commit comments

Comments
 (0)