summaryrefslogtreecommitdiff
path: root/LibTSforge/Activators/AVMA4K.cs
diff options
context:
space:
mode:
authorWither OrNot2025-04-03 22:22:33 +0000
committerWither OrNot2025-04-03 22:22:33 +0000
commit17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d (patch)
tree5cbd3d5482d47648bfcf57f797e477d72f0697ea /LibTSforge/Activators/AVMA4K.cs
parent84a0c754a353cfcee721a2c78769cc4a87b35cc1 (diff)
downloadTSforge-17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d.zip
miscellaneous fixes
Diffstat (limited to 'LibTSforge/Activators/AVMA4K.cs')
-rw-r--r--LibTSforge/Activators/AVMA4K.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibTSforge/Activators/AVMA4K.cs b/LibTSforge/Activators/AVMA4K.cs
index ec09daf..2127652 100644
--- a/LibTSforge/Activators/AVMA4K.cs
+++ b/LibTSforge/Activators/AVMA4K.cs
@@ -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.");
}