Skip to content

Commit 0c4d02f

Browse files
committed
added the -r flag for xattr quarantine closes #220
1 parent fe3a2b8 commit 0c4d02f

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)