Skip to content

Commit

Permalink
MacOSX: remove write permission also from group on application bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jan 8, 2022
1 parent 46a32be commit abfef88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Main/Main.make
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Setup/MacOSX/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit abfef88

Please sign in to comment.