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