Skip to content

Commit

Permalink
Update the bin folder for the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Dec 4, 2024
1 parent df6220a commit 5e6d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/WixPatchableInstaller.targets
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<RemoveDir Directories="$(AppBuildDir)" /> <!-- ./BuildDir/$(SafeApplicationName) 1.0 Build -->
<!-- copy in new stuff -->
<PropertyGroup>
<RootBinDir>$(RootDir)/output/$(Configuration)/net461</RootBinDir>
<RootBinDir>$(RootDir)/output/$(Configuration)/net462</RootBinDir>
</PropertyGroup>
<ItemGroup>
<FilesForDevelopers Include="$(RootBinDir)\TestData\**\*"/>
Expand Down

0 comments on commit 5e6d4dd

Please sign in to comment.