diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-13 22:01:11 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-13 22:01:11 -0700 |
commit | 2db44de83b23f8363490e3a94e2d3a31b96fcd0e (patch) | |
tree | b8fa0bc9a09d8dadccbb9e9508290e86bbfb0218 /src | |
parent | e6897a667c06125beced3921b16cf0e3a1b21bc1 (diff) | |
download | wix-2db44de83b23f8363490e3a94e2d3a31b96fcd0e.tar.gz wix-2db44de83b23f8363490e3a94e2d3a31b96fcd0e.tar.bz2 wix-2db44de83b23f8363490e3a94e2d3a31b96fcd0e.zip |
Attempt to use platform specific runtimes
Diffstat (limited to 'src')
-rw-r--r-- | src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec index d6f122cc..d2b9c1e7 100644 --- a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec +++ b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | |||
@@ -13,9 +13,9 @@ | |||
13 | </metadata> | 13 | </metadata> |
14 | 14 | ||
15 | <files> | 15 | <files> |
16 | <file src="Win32\wixnative.x86.exe" 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\native" /> | 17 | <file src="Win32\wixnative.x86.pdb" target="runtimes\win-x86\native" /> |
18 | <file src="x64\wixnative.amd64.exe" target="runtimes\win\native" /> | 18 | <file src="x64\wixnative.amd64.exe" target="runtimes\win-x64\native" /> |
19 | <file src="x64\wixnative.amd64.pdb" target="runtimes\win\native" /> | 19 | <file src="x64\wixnative.amd64.pdb" target="runtimes\win-x64\native" /> |
20 | </files> | 20 | </files> |
21 | </package> | 21 | </package> |