Attempt to use platform specific runtimes
Rob Mensching committed
Jul 13, 2018 at 22:01 UTC
2db44de83b23f8363490e3a94e2d3a31b96fcd0e
1 file changed
+4
-4
src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
+4
-4
@@ -13,9 +13,9 @@
13
</metadata>
14
15
<files>
16
- <file src="Win32\wixnative.x86.exe" target="runtimes\win\native" />
17
- <file src="Win32\wixnative.x86.pdb" target="runtimes\win\native" />
18
- <file src="x64\wixnative.amd64.exe" target="runtimes\win\native" />
19
- <file src="x64\wixnative.amd64.pdb" target="runtimes\win\native" />
16
+ <file src="Win32\wixnative.x86.exe" target="runtimes\win-x86\native" />
17
+ <file src="Win32\wixnative.x86.pdb" target="runtimes\win-x86\native" />
18
+ <file src="x64\wixnative.amd64.exe" target="runtimes\win-x64\native" />
19
+ <file src="x64\wixnative.amd64.pdb" target="runtimes\win-x64\native" />
20
</files>
21
</package>