mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Distribute renderdoc_app.h in packages
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -79,6 +79,8 @@
|
||||
<File Id='RenderDocCPP' Name='renderdoc.dll' DiskId='1' Source='dist/Release32/renderdoc.dll' KeyPath='yes' />
|
||||
<File Id='D3DCompiler47' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release32/d3dcompiler_47.dll' />
|
||||
<File Id='RenderDocSHIM' Name='renderdocshim32.dll' DiskId='1' Source='dist/Release32/renderdocshim32.dll' />
|
||||
|
||||
<File Id='RenderDocAPIheader' Name='renderdoc_app.h' DiskId='1' Source='dist/Release32/renderdoc_app.h' />
|
||||
|
||||
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
|
||||
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
|
||||
|
||||
@@ -70,6 +70,8 @@
|
||||
<File Id='D3DCompiler47DLL64' Name='d3dcompiler_47.dll' DiskId='1' Source='dist/Release64/d3dcompiler_47.dll' />
|
||||
<File Id='RenderDocSHIM' Name='renderdocshim64.dll' DiskId='1' Source='dist/Release64/renderdocshim64.dll' />
|
||||
|
||||
<File Id='RenderDocAPIheader' Name='renderdoc_app.h' DiskId='1' Source='dist/Release32/renderdoc_app.h' />
|
||||
|
||||
<RegistryValue Root="HKLM" Id="RDCCLSID" Action="write"
|
||||
Key="Software\Classes\CLSID\{5D6BF029-A6BA-417A-8523-120492B1DCE3}"
|
||||
Value='RenderDoc Thumbnail Handler'
|
||||
|
||||
Reference in New Issue
Block a user