Less strict check for syncplay.lua for OSX
This commit is contained in:
parent
a43ba210a4
commit
a73520f54a
@ -112,7 +112,7 @@ function mightbewindows()
|
||||
-- Used to detect whether the Operating System might be Windows.
|
||||
sysos = os.getenv("OS")
|
||||
if sysos == nil then
|
||||
return true
|
||||
return false
|
||||
elseif sysos == "" or string.match(sysos:lower(), "windows") then
|
||||
return true
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user