diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-08-11 07:53:45 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:22:41 +0100 |
commit | bb7ef680402992ec472796367fa56311ffeb4345 (patch) | |
tree | 36fef7337e4a631c4bc50c23bd8f489e70b9b6a0 /src | |
parent | 37891c2bb05dbdd90639907dd374ef18a4de8181 (diff) | |
download | VeraCrypt-bb7ef680402992ec472796367fa56311ffeb4345.tar.gz VeraCrypt-bb7ef680402992ec472796367fa56311ffeb4345.zip |
MacOSX : Update Main Makefile to used the new package name that include the version.VeraCrypt_MacOSX_1.0d
Diffstat (limited to 'src')
-rw-r--r-- | src/Main/Main.make | 2 |
1 files changed, 1 insertions, 1 deletions
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 |