Sfoglia il codice sorgente

Android is now an option in getos

mcc 6 anni fa
parent
commit
64e85a8dcc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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".'
     }
   }
 }