From c18b1547ac3d4f8c5000b4f055d4e60c891f4e24 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 15 Sep 2015 23:09:26 +0200 Subject: [PATCH] Distribute renderdoc_app.h in packages --- dist.sh | 3 +++ installer/Installer32.wxs | 2 ++ installer/Installer64.wxs | 2 ++ 3 files changed, 7 insertions(+) diff --git a/dist.sh b/dist.sh index e6e48db5b..d53f30d95 100644 --- a/dist.sh +++ b/dist.sh @@ -22,6 +22,9 @@ mkdir -p dist/Release{32,64} cp -R x64/Release/* dist/Release64/ cp -R Win32/Release/* dist/Release32/ +cp renderdoc/api/app/renderdoc_app.h dist/Release64/ +cp renderdoc/api/app/renderdoc_app.h dist/Release32/ + cp renderdocui/3rdparty/ironpython/pythonlibs.zip dist/Release64/ cp renderdocui/3rdparty/ironpython/pythonlibs.zip dist/Release32/ diff --git a/installer/Installer32.wxs b/installer/Installer32.wxs index cb3cdf41b..61dcf302c 100644 --- a/installer/Installer32.wxs +++ b/installer/Installer32.wxs @@ -79,6 +79,8 @@ + + + +