Просмотр исходного кода

Merge pull request #4 from mcclure/getos-android

Add android to getos
Bjorn Swenson 6 лет назад
Родитель
Сommit
0a0f4e4776
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".'
     }
   }
 }