diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wixlib/util.wixproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index 21fcdb7b..f350c877 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj | |||
@@ -7,7 +7,7 @@ | |||
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | 8 | ||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' /> | 10 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> |
11 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | 11 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> |
12 | <BindInputPaths Include="$(OutputPath)arm" BindName='arm' /> | 12 | <BindInputPaths Include="$(OutputPath)arm" BindName='arm' /> |
13 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | 13 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> |