diff --git a/src/Core/Silk.NET.Core/Loader/DefaultPathResolver.cs b/src/Core/Silk.NET.Core/Loader/DefaultPathResolver.cs index cb9b2fa567..44282593e1 100644 --- a/src/Core/Silk.NET.Core/Loader/DefaultPathResolver.cs +++ b/src/Core/Silk.NET.Core/Loader/DefaultPathResolver.cs @@ -370,7 +370,7 @@ static bool Check(string name, string ridFolder, out string? result) private static readonly string[] _linuxRiDs = { "alpine", "android", "arch", "centos", "debian", "exherbo", "fedora", "freebsd", "gentoo", "linux", - "opensuse", "rhel", "sles", "tizen" + "opensuse", "rhel", "sles", "tizen", "pop" }; private static string? GuessFallbackRid(string actualRuntimeIdentifier)