Skip to content

Commit

Permalink
-arch again
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Aug 16, 2024
1 parent e54e97f commit cb4e17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Installer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<PropertyGroup>
<MsiFile>$(SafeApplicationName)_$(BuildVersion).msi</MsiFile>
<BaseBuildDir>$(RootDir)/../genericinstaller/BaseInstallerBuild</BaseBuildDir>
<BaseBuildArgs>"$(ProductName)" $(SafeApplicationName) $(BuildVersion) $(ProductIdGuid) $(UpgradeCodeGuid) "$(AppBuildDir)/$(BinDirSuffix)" "$(AppBuildDir)/$(DataDirSuffix)" $(CopyrightYear) "$(Manufacturer)" "x86" "$(CertPath)" "@(CertPass)"</BaseBuildArgs>
<BaseBuildArgs>"$(ProductName)" $(SafeApplicationName) $(BuildVersion) $(ProductIdGuid) $(UpgradeCodeGuid) "$(AppBuildDir)/$(BinDirSuffix)" "$(AppBuildDir)/$(DataDirSuffix)" $(CopyrightYear) "$(Manufacturer)" -arch "x86" "$(CertPath)" "@(CertPass)"</BaseBuildArgs>
</PropertyGroup>
<!-- Suppress ICE30 because we install the specific version of AutoFac that we need and not the Chorus Merge Module version -->
<!-- Since Chorus does have one, we end up with an ICE warning for double ref counting -->
Expand Down

0 comments on commit cb4e17d

Please sign in to comment.