MacOSX: remove write permission also from group on application bundle

This commit is contained in:
Mounir IDRASSI 2022-01-08 11:07:16 +01:00
parent 46a32bea19
commit abfef8821d
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +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
chmod -R go-w $(APPNAME).app
codesign -s "Developer ID Application: IDRIX (Z933746L2S)" --timestamp $(APPNAME).app
install: prepare

View File

@ -5,6 +5,6 @@ then
ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.2.dylib
fi
chmod -R o-w /Applications/VeraCrypt.app
chmod -R go-w /Applications/VeraCrypt.app
exit 0