diff --git a/scripts/dist.sh b/scripts/dist.sh index 5d8d554ab..618507ede 100644 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -51,6 +51,10 @@ cp /c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Redist/D3D/x86/d3dcompiler_47.dl cp LICENSE.md Documentation/htmlhelp/*.chm dist/Release64/ cp LICENSE.md Documentation/htmlhelp/*.chm dist/Release32/ +# Copy in appropriate plugins folder if they exist +cp -R plugins-win64/ dist/Release64/plugins +cp -R plugins-win32/ dist/Release32/plugins + # Delete new VS2015 incremental pdb files, these are just build artifacts # and aren't needed for later symbol resolution etc find dist/Release{32,64}/ -iname '*.ipdb' -exec rm '{}' \; diff --git a/scripts/installer/Installer32.wxs b/scripts/installer/Installer32.wxs index e45b75c49..823b7095c 100644 --- a/scripts/installer/Installer32.wxs +++ b/scripts/installer/Installer32.wxs @@ -140,6 +140,18 @@ + + + + + + + + + + + + @@ -246,6 +258,8 @@ + + diff --git a/scripts/installer/Installer64.wxs b/scripts/installer/Installer64.wxs index 55641db75..ad180a80c 100644 --- a/scripts/installer/Installer64.wxs +++ b/scripts/installer/Installer64.wxs @@ -129,6 +129,18 @@ + + + + + + + + + + + + @@ -264,6 +276,8 @@ + +