Skip to content

Commit

Permalink
fix(Sdk): Runtime pack name patterns
Browse files Browse the repository at this point in the history
Use **RID** placeholder instead of hard-coding haiku-x64.
  • Loading branch information
trungnt2910 committed Jan 28, 2024
1 parent 1dde42d commit 3eaf44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/Haiku.Sdk/Sdk/Sdk.in.targets
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
LatestRuntimeFrameworkVersion="**FromWorkload**"
TargetingPackName="Haiku.Ref"
TargetingPackVersion="**FromWorkload**"
RuntimePackNamePatterns="Haiku.Runtime.haiku-x64"
RuntimePackNamePatterns="Haiku.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="haiku-x64"
Profile="Haiku"
/>
Expand Down

0 comments on commit 3eaf44b

Please sign in to comment.