From 68131ac91b4a5cab1cd080af823f4ba33fbbdbdd Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 24 Dec 2021 23:55:51 +0100 Subject: MacOSX: correct permission of VeraCrypt application bundle during packaging --- src/Main/Main.make | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3