From 58fe5cf4e4d8c843fae975187340340e9919e1ed Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 30 Sep 2019 10:10:18 +0200 Subject: [PATCH] Include dxr readme --- khafile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/khafile.js b/khafile.js index 4c0ac7b8..cf81e954 100644 --- a/khafile.js +++ b/khafile.js @@ -47,6 +47,7 @@ else { if (raytrace) { project.addAssets("Bundled/raytrace/*", { notinlist: true, destination: "data/{name}" }); project.addAssets("Shaders/raytrace/*.cso", { notinlist: true, destination: "data/{name}" }); + project.addAssets("Bundled/readme/readme_dxr.txt", { notinlist: true, destination: "{name}" }); } if (process.platform === 'win32') {