diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-12-06 16:14:21 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-12-06 23:25:46 +0100 |
commit | 700b54aee95dcdfe8ccfbebd85bd5cb24d49c779 (patch) | |
tree | b9619e4cfbce8e91ddf502fdc49e1ac4877ef479 /src/Main/Main.make | |
parent | d6f03627dd6830040b07c79953771024ca2ec95f (diff) | |
download | VeraCrypt-700b54aee95dcdfe8ccfbebd85bd5cb24d49c779.tar.gz VeraCrypt-700b54aee95dcdfe8ccfbebd85bd5cb24d49c779.zip |
MacOSX: Update reference of code signing certificate in Makefile to use new IDRIX certificates.
Diffstat (limited to 'src/Main/Main.make')
-rwxr-xr-x | src/Main/Main.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make index f11a2b53..b0408805 100755 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -198,14 +198,14 @@ endif echo -n APPLTRUE >$(APPNAME).app/Contents/PkgInfo sed -e 's/_VERSION_/$(patsubst %a,%.1,$(patsubst %b,%.2,$(TC_VERSION)))/' ../Build/Resources/MacOSX/Info.plist.xml >$(APPNAME).app/Contents/Info.plist - codesign -s "Developer ID Application: Mounir IDRASSI" --timestamp $(APPNAME).app + codesign -s "Developer ID Application: IDRIX (Z933746L2S)" --timestamp $(APPNAME).app install: prepare cp -R $(APPNAME).app /Applications/. package: prepare /usr/local/bin/packagesbuild $(PWD)/Setup/MacOSX/veracrypt.pkgproj - productsign --sign "Developer ID Installer: Mounir IDRASSI" --timestamp "$(PWD)/Setup/MacOSX/VeraCrypt $(TC_VERSION).pkg" $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg + productsign --sign "Developer ID Installer: IDRIX (Z933746L2S)" --timestamp "$(PWD)/Setup/MacOSX/VeraCrypt $(TC_VERSION).pkg" $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg rm -f $(APPNAME)_$(TC_VERSION).dmg rm -f "$(PWD)/Setup/MacOSX/template.dmg" rm -fr "$(PWD)/Setup/MacOSX/VeraCrypt_dmg" |