From bb7ef680402992ec472796367fa56311ffeb4345 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 11 Aug 2014 07:53:45 +0200 Subject: MacOSX : Update Main Makefile to used the new package name that include the version. --- src/Main/Main.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Main/Main.make b/src/Main/Main.make index a25f88a5..4ec416f3 100644 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -166,7 +166,7 @@ endif 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" $(APPNAME).app /usr/local/bin/packagesbuild $(PWD)/Setup/MacOSX/veracrypt.pkgproj - productsign --sign "Developer ID Installer: Mounir IDRASSI" $(PWD)/Setup/MacOSX/veracrypt.pkg $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg + productsign --sign "Developer ID Installer: Mounir IDRASSI" "$(PWD)/Setup/MacOSX/VeraCrypt $(TC_VERSION).pkg" $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg rm -f $(APPNAME)_$(TC_VERSION).dmg hdiutil create -srcfolder $(PWD)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg -volname "VeraCrypt $(TC_VERSION) for Mac OS X $(VC_OSX_TARGET) and later" $(APPNAME)_$(TC_VERSION).dmg endif -- cgit v1.2.3