Fix the immediate problem in wixtoolset/issues#6216
William Kent committed
Jul 16, 2020 at 20:45 UTC
c601af4a8b83cbb6a10347d56b4b154f3f08df39
1 file changed
+1
-1
src/wixlib/util.wixproj
+1
-1
@@ -7,7 +7,7 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' />
10
+ <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
11
<BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
12
<BindInputPaths Include="$(OutputPath)arm" BindName='arm' />
13
<BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />