diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-24 23:55:51 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-24 23:57:27 +0100 |
commit | 68131ac91b4a5cab1cd080af823f4ba33fbbdbdd (patch) | |
tree | 210e442ce02d07753c12ac26d762ca05cdac9c4c /src/Main/Main.make | |
parent | bb0cef759b97baa54e55a8bc54cccbfedcff220e (diff) | |
download | VeraCrypt-68131ac91b4a5cab1cd080af823f4ba33fbbdbdd.tar.gz VeraCrypt-68131ac91b4a5cab1cd080af823f4ba33fbbdbdd.zip |
MacOSX: correct permission of VeraCrypt application bundle during packaging
Diffstat (limited to 'src/Main/Main.make')
-rwxr-xr-x | src/Main/Main.make | 1 |
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 |