Add new OS: Windows IoT

This commit is contained in:
Faisal Salman
2024-12-12 06:29:35 +07:00
parent f854f26cd6
commit 84b41f5be7
5 changed files with 25 additions and 3 deletions

View File

@@ -356,6 +356,7 @@ export const OS: Readonly<{
WATCHOS: "watchOS";
WEBOS: "WebOS";
WINDOWS: "Windows";
WINDOWS_IOT: "Windows IoT";
WINDOWS_MOBILE: "Windows Mobile";
WINDOWS_PHONE: "Windows Phone";
XBOX: "Xbox";

View File

@@ -371,6 +371,7 @@ const OS = Object.freeze({
WATCHOS: 'watchOS',
WEBOS: 'WebOS',
WINDOWS: 'Windows',
WINDOWS_IOT: 'Windows IoT',
WINDOWS_MOBILE: 'Windows Mobile',
WINDOWS_PHONE: 'Windows Phone',
XBOX: 'Xbox',