mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
MacOSX: remove write permission also from group on application bundle
This commit is contained in:
@@ -209,7 +209,7 @@ ifdef VC_LEGACY_BUILD
|
|||||||
else
|
else
|
||||||
sed -e 's/_VERSION_/$(patsubst %a,%.1,$(patsubst %b,%.2,$(TC_VERSION)))/' ../Build/Resources/MacOSX/Info.plist.xml >$(APPNAME).app/Contents/Info.plist
|
sed -e 's/_VERSION_/$(patsubst %a,%.1,$(patsubst %b,%.2,$(TC_VERSION)))/' ../Build/Resources/MacOSX/Info.plist.xml >$(APPNAME).app/Contents/Info.plist
|
||||||
endif
|
endif
|
||||||
chmod -R o-w $(APPNAME).app
|
chmod -R go-w $(APPNAME).app
|
||||||
codesign -s "Developer ID Application: IDRIX (Z933746L2S)" --timestamp $(APPNAME).app
|
codesign -s "Developer ID Application: IDRIX (Z933746L2S)" --timestamp $(APPNAME).app
|
||||||
|
|
||||||
install: prepare
|
install: prepare
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ then
|
|||||||
ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.2.dylib
|
ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.2.dylib
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod -R o-w /Applications/VeraCrypt.app
|
chmod -R go-w /Applications/VeraCrypt.app
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user