Skip to content

Commit 0dc3175

Browse files
WNP78Perksey
andauthored
Add PopOS to generic linux RID override list. Probably fixes #2461 (#2463)
Co-authored-by: Dylan Perks <dylan@perksey.com>
1 parent ec351a6 commit 0dc3175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Silk.NET.Core/Loader/DefaultPathResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ static bool Check(string name, string ridFolder, out string? result)
370370
private static readonly string[] _linuxRiDs =
371371
{
372372
"alpine", "android", "arch", "centos", "debian", "exherbo", "fedora", "freebsd", "gentoo", "linux",
373-
"opensuse", "rhel", "sles", "tizen"
373+
"opensuse", "rhel", "sles", "tizen", "pop"
374374
};
375375

376376
private static string? GuessFallbackRid(string actualRuntimeIdentifier)

0 commit comments

Comments
 (0)