projects
/
appify.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97524bb
)
Set a suitable "umask": group and world readable by default
author
Alexander Barton
<alex@barton.de>
Wed, 8 Apr 2015 09:48:54 +0000
(11:48 +0200)
committer
Alexander Barton
<alex@barton.de>
Wed, 8 Apr 2015 09:48:54 +0000
(11:48 +0200)
appify.sh
patch
|
blob
|
history
diff --git
a/appify.sh
b/appify.sh
index 1ebf8bb1a20b3a69c3cef8e945d6594f2df7927d..11c68279db47ec153a6fb9fadc258c63613767bb 100755
(executable)
--- a/
appify.sh
+++ b/
appify.sh
@@
-63,6
+63,8
@@
fi
mkdir -p "$TARGET/Contents/MacOS"
mkdir -p "$TARGET/Contents/Resources"
+umask 0022
+
cat <<EOF >"$TARGET/Contents/Info.plist"
<?xml version="1.0" encoding="UTF-8"?>