diff --git a/Nodes/VVVV.DX11.Nodes.MSKinect/VVVV.DX11.Nodes.MSKinect.csproj b/Nodes/VVVV.DX11.Nodes.MSKinect/VVVV.DX11.Nodes.MSKinect.csproj index 2a864451..5f385d20 100644 --- a/Nodes/VVVV.DX11.Nodes.MSKinect/VVVV.DX11.Nodes.MSKinect.csproj +++ b/Nodes/VVVV.DX11.Nodes.MSKinect/VVVV.DX11.Nodes.MSKinect.csproj @@ -9,7 +9,7 @@ Properties VVVV.DX11.Nodes VVVV.DX11.Nodes.MSKinect - $(OutputPath)\nodes\plugins\ + $(OutputPath)\nodes\plugins\kinect1\ diff --git a/Tests/VVVV.DX11.Integration.Tests/HelpFilesTest.cs b/Tests/VVVV.DX11.Integration.Tests/HelpFilesTest.cs index f6f5488f..d5ac5a38 100644 --- a/Tests/VVVV.DX11.Integration.Tests/HelpFilesTest.cs +++ b/Tests/VVVV.DX11.Integration.Tests/HelpFilesTest.cs @@ -163,7 +163,7 @@ public void VVVVDX11Kinect1NodesHelpPatchesTest() StringBuilder sb = new StringBuilder(); string path = System.IO.Path.GetDirectoryName(assembly.Location); - path = Path.Combine(path, helpFilesRelativePath); + path = Path.Combine(path, helpFilesRelativePath, "kinect1"); foreach (Type t in assembly.GetExportedTypes()) { diff --git a/appveyor.yml b/appveyor.yml index c3807a4c..2a40655d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,9 +19,9 @@ artifacts: name: 32 Bits (Full Pack) - path: Zip/vvvv-packs-dx11-x64.zip name: 64 Bits (Full Pack) - - path: Zip/vvvv-packs-dx11-lite-x86.zip + - path: Zip/vvvv-packs-dx11-x86-lite.zip name: 32 Bits (Lite Pack, without Kinect2 and Vlc) - - path: Zip/vvvv-packs-dx11-lite-x64.zip + - path: Zip/vvvv-packs-dx11-x64-lite.zip name: 64 Bits (Lite Pack, without Kinect2 and Vlc) - path: Zip/vvvv-dx11-core-x86.zip name: 32 Bits (Core libraries only) diff --git a/girlpower b/girlpower index ee3573f7..6878debf 160000 --- a/girlpower +++ b/girlpower @@ -1 +1 @@ -Subproject commit ee3573f76f52c2c7312201c5447599d5116d17d3 +Subproject commit 6878debf1c1da35d39d78e66dbda58abb082075b