From 7aceaf124e72ca7222d89d2a0114af13bb4775bd Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 9 Aug 2014 09:07:44 +0200 Subject: MacOSX : copy the help pdf into the VeraCrypt bundle during package creation --- src/Main/Main.make | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3