MacOSX: correct permission of VeraCrypt application bundle during packaging

This commit is contained in:
Mounir IDRASSI 2021-12-24 23:55:51 +01:00
parent bb0cef759b
commit 68131ac91b
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

View File

@ -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