From 88c99eae2497d2edceaeb40d460873fd180e2ee0 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 16 May 2016 14:43:53 +0200 Subject: [PATCH] Fetch chm from correct build output path --- dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist.sh b/dist.sh index 01d1af808..9ceae45c4 100644 --- a/dist.sh +++ b/dist.sh @@ -40,8 +40,8 @@ cp /c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Redist/D3D/x64/d3dcompiler_47.dl cp /c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Redist/D3D/x86/d3dcompiler_47.dll dist/Release32/ # Copy associated files that should be included with the distribution -cp LICENSE.md Documentation/*.chm dist/Release64/ -cp LICENSE.md Documentation/*.chm dist/Release32/ +cp LICENSE.md Documentation/htmlhelp/*.chm dist/Release64/ +cp LICENSE.md Documentation/htmlhelp/*.chm dist/Release32/ # Make a copy of the main distribution folder that has PDBs cp -R dist/Release64 dist/ReleasePDBs64