miscellaneous fixes

This commit is contained in:
2025-04-03 18:22:33 -04:00
parent 84a0c754a3
commit 17a7c90245
5 changed files with 12 additions and 6 deletions

View File

@ -8,7 +8,7 @@ namespace LibTSforge.Activators
{
public static void Activate(PSVersion version, bool production, Guid actId)
{
if (version != PSVersion.WinModern)
if (version != PSVersion.WinModern && version != PSVersion.WinBlue)
{
throw new NotSupportedException("AVMA licenses are not available for this product.");
}