Skip to content

Commit f0c0798

Browse files
committed
Report home sku as personal by default
1 parent 812fe93 commit f0c0798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Windows Build Identifier/Interfaces/TxtSetupBridge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public string GetSkuFromTxtSetupMedia(ulong build)
287287
}
288288
else if (_editionletter == 'c')
289289
{
290-
sku = "Home";
290+
sku = "Personal";
291291
}
292292
else if (_editionletter == 'w')
293293
{

0 commit comments

Comments
 (0)