VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Main.make
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-08-09 08:12:24 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:22:10 +0100
commitf143182cbce3a7c84dbdbf11fbd66b489d0bf1be (patch)
treefdf11a362a187da3452ade6b5668b2c7551f2abd /src/Main/Main.make
parentf94707e4efaa196d1f13d89fa8c08ddd24e847a0 (diff)
downloadVeraCrypt-f143182cbce3a7c84dbdbf11fbd66b489d0bf1be.tar.gz
VeraCrypt-f143182cbce3a7c84dbdbf11fbd66b489d0bf1be.zip
MacOSX : correct the name of dmg file used by the rm command
Diffstat (limited to 'src/Main/Main.make')
-rw-r--r--src/Main/Main.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make
index 04d1ef59..8fc959ca 100644
--- a/src/Main/Main.make
+++ b/src/Main/Main.make
@@ -153,7 +153,7 @@ 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" $(APPNAME).app
- rm -f $(APPNAME).dmg
+ rm -f $(APPNAME)_$(TC_VERSION).dmg
hdiutil create -srcfolder $(APPNAME).app -volname "VeraCrypt $(TC_VERSION) for Mac OS X $(VC_OSX_TARGET) and later" $(APPNAME)_$(TC_VERSION).dmg
endif