Skip to content

Commit 59abcde

Browse files
committed
deployment fix to correctly copy runtimes\extensions for femto
1 parent 1969fcc commit 59abcde

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

deployment/VL.Devices.AzureKinect.Femto.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>VL.Devices.AzureKinect.Femto</id>
5-
<version>1.3.0</version>
5+
<version>1.4.0</version>
66
<title>VL.Devices.AzureKinect.Femto</title>
77
<authors>vvvv</authors>
88
<projectUrl>https://github.com/vvvv/VL.Devices.AzureKinect</projectUrl>
@@ -31,7 +31,8 @@
3131
<file src="..\runtimes\win-x64\native\onnxruntime_providers_shared.dll" target="runtimes\win-x64\native\" exclude="" />
3232
<file src="..\runtimes\win-x64\native\onnxruntime_providers_tensorrt.dll" target="runtimes\win-x64\native\" exclude="" />
3333
<!-- copy core dlls which are device specific -->
34-
<file src="..\runtimes-femto\**" target="runtimes\" exclude="" />
34+
<file src="..\runtimes-femto\*" target="runtimes\" exclude="" />
35+
<file src="..\runtimes-femto\extensions\**" target="runtimes\extensions\" exclude="" />
3536
<file src="..\vl-femto\**" target="." exclude="" />
3637
<file src="..\help\Help.xml" target="help\" exclude="" />
3738
<file src="..\help-femto\**" target="help\" exclude="" />

0 commit comments

Comments
 (0)