瀏覽代碼

Android is now an option in getos

mcc 6 年之前
父節點
當前提交
64e85a8dcc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/lovr/getOS.lua

+ 1 - 1
api/lovr/getOS.lua

@@ -7,7 +7,7 @@ return {
     {
       name = 'os',
       type = 'string',
-      description = 'Either "Windows", "macOS", "Linux", or "Web".'
+      description = 'Either "Windows", "macOS", "Linux", "Android" or "Web".'
     }
   }
 }