Update HarvestDirectory path for project configuration

This commit is contained in:
hoshiizumiya
2025-11-23 20:17:47 +08:00
committed by GitHub
parent 1039623cbf
commit e045413ac1

View File

@@ -9,7 +9,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<HarvestDirectory Include="..\Snap.Hutao\bin\x64\Release\net10.0-windows10.0.26100.0\win-x64"> <HarvestDirectory Include="..\Snap.Hutao\bin\$(Platform)\$(Configuration)\$(TargetFramework)\win-x64">
<ComponentGroupName>MainAppComponents</ComponentGroupName> <ComponentGroupName>MainAppComponents</ComponentGroupName>
<DirectoryRefId>INSTALLFOLDER</DirectoryRefId> <DirectoryRefId>INSTALLFOLDER</DirectoryRefId>
<SuppressCom>true</SuppressCom> <SuppressCom>true</SuppressCom>
@@ -19,4 +19,4 @@
<PackageReference Include="WixToolset.Heat" Version="4.0.1" /> <PackageReference Include="WixToolset.Heat" Version="4.0.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>