From abfef8821d647bee7fb63f56776a88921a2f4d07 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 8 Jan 2022 11:07:16 +0100 Subject: MacOSX: remove write permission also from group on application bundle --- src/Main/Main.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main') 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 -- cgit v1.2.3