VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2021-12-24 23:55:51 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2021-12-24 23:57:27 +0100
commit68131ac91b4a5cab1cd080af823f4ba33fbbdbdd (patch)
tree210e442ce02d07753c12ac26d762ca05cdac9c4c
parentbb0cef759b97baa54e55a8bc54cccbfedcff220e (diff)
downloadVeraCrypt-68131ac91b4a5cab1cd080af823f4ba33fbbdbdd.tar.gz
VeraCrypt-68131ac91b4a5cab1cd080af823f4ba33fbbdbdd.zip
MacOSX: correct permission of VeraCrypt application bundle during packaging
-rwxr-xr-xsrc/Main/Main.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make
index 2c11d361..77ca4663 100755
--- a/src/Main/Main.make
+++ b/src/Main/Main.make
@@ -209,6 +209,7 @@ ifdef VC_LEGACY_BUILD
else
sed -e 's/_VERSION_/$(patsubst %a,%.1,$(patsubst %b,%.2,$(TC_VERSION)))/' ../Build/Resources/MacOSX/Info.plist.xml >$(APPNAME).app/Contents/Info.plist
endif
+ chmod -R o-w $(APPNAME).app
codesign -s "Developer ID Application: IDRIX (Z933746L2S)" --timestamp $(APPNAME).app
install: prepare