VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Main/Main.make2
-rwxr-xr-xsrc/Setup/MacOSX/postinstall.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make
index 77ca4663..8def8aaa 100755
--- a/src/Main/Main.make
+++ b/src/Main/Main.make
@@ -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
diff --git a/src/Setup/MacOSX/postinstall.sh b/src/Setup/MacOSX/postinstall.sh
index 3db36d82..661b0f5b 100755
--- a/src/Setup/MacOSX/postinstall.sh
+++ b/src/Setup/MacOSX/postinstall.sh
@@ -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