diff options
Diffstat (limited to 'setup/package.sh')
-rwxr-xr-x | setup/package.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/package.sh b/setup/package.sh index 582bb0849..acbac434b 100755 --- a/setup/package.sh +++ b/setup/package.sh @@ -80,6 +80,11 @@ copy_wrapper () { cp yajsw/templates/* out/templates cp yajsw/wrapper*.jar out + + if which xattr &>/dev/null + then + xattr -dr com.apple.quarantine out + fi } copy_files () { |