@joebigelow / wix-1 / commits / 7f7545f3

Fix bind paths.

Bob Arnson committed Jun 30, 2020 at 13:57 UTC 7f7545f382bb9b885c9bfe894c51e66b443cef25
1 file changed +3 -3
src/wixlib/util.wixproj
+3 -3
@@ -8,9 +8,9 @@
8
9 <ItemGroup>
10 <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' />
11 - <BindInputPaths Include="$(OutputPath)x64)" BindName='x64' />
12 - <BindInputPaths Include="$(OutputPath)arm)" BindName='arm' />
13 - <BindInputPaths Include="$(OutputPath)arm64)" BindName='arm64' />
11 + <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
12 + <BindInputPaths Include="$(OutputPath)arm" BindName='arm' />
13 + <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
14 </ItemGroup>
15
16 <ItemGroup>