Skip to content

Commit

Permalink
Fix subtle bug causing mixmatched files between host watchdog and hos…
Browse files Browse the repository at this point in the history
…t in installer
  • Loading branch information
Cyberboss committed Nov 18, 2024
1 parent d2b58ad commit 2a99c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
</DirectorySearch>
</DirectorySearch>
</Property>

<ComponentGroup Id="ServiceHostWatchdogComponentGroup">
<Files Include="../../../../artifacts/Tgstation.Server.Host.Service/**" Directory="ApplicationDirectory" />
</ComponentGroup>

<StandardDirectory Id="ProgramFiles6432Folder">
<Directory Id="ApplicationDirectory" Name="!(bind.Property.ProductName)">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
<SuppressRegistry>true</SuppressRegistry>
<SuppressRootDirectory>true</SuppressRootDirectory>
</HarvestDirectory>
<HarvestDirectory Include="../../../../artifacts/Tgstation.Server.Host.Service">
<ComponentGroupName>ServiceHostWatchdogComponentGroup</ComponentGroupName>
<DirectoryRefId>ApplicationDirectory</DirectoryRefId>
<SuppressRootDirectory>true</SuppressRootDirectory>
</HarvestDirectory>
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Heat" Version="5.0.2" />
Expand Down

0 comments on commit 2a99c07

Please sign in to comment.