diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-08-09 09:07:44 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:22:13 +0100 |
commit | 7aceaf124e72ca7222d89d2a0114af13bb4775bd (patch) | |
tree | ae8d78ab7b1df33f3e33baf9e232560ca5efa243 /src/Main | |
parent | f143182cbce3a7c84dbdbf11fbd66b489d0bf1be (diff) | |
download | VeraCrypt-7aceaf124e72ca7222d89d2a0114af13bb4775bd.tar.gz VeraCrypt-7aceaf124e72ca7222d89d2a0114af13bb4775bd.zip |
MacOSX : copy the help pdf into the VeraCrypt bundle during package creation
Diffstat (limited to 'src/Main')
-rw-r--r-- | src/Main/Main.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make index 8fc959ca..971df738 100644 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -149,6 +149,7 @@ else endif cp $(PWD)/Resources/Icons/VeraCrypt.icns $(APPNAME).app/Contents/Resources + cp "$(PWD)/Release/Setup Files/VeraCrypt User Guide.pdf" $(APPNAME).app/Contents/Resources 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 |