From 3cf58728580d2a9294d0f33a0200029cb7aab1ad Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 8 Apr 2015 11:48:54 +0200 Subject: [PATCH] Set a suitable "umask": group and world readable by default --- appify.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appify.sh b/appify.sh index 1ebf8bb..11c6827 100755 --- a/appify.sh +++ b/appify.sh @@ -63,6 +63,8 @@ fi mkdir -p "$TARGET/Contents/MacOS" mkdir -p "$TARGET/Contents/Resources" +umask 0022 + cat <"$TARGET/Contents/Info.plist" -- 2.39.2