mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Removed Async[websocket/http] due to excessive require times and reliablity issues on Windows
This commit is contained in:
@@ -40,6 +40,14 @@ class W3DHub
|
||||
end
|
||||
end
|
||||
|
||||
def self.commmand(command)
|
||||
if windows?
|
||||
|
||||
else
|
||||
IO.popen(command)
|
||||
end
|
||||
end
|
||||
|
||||
def self.home_directory
|
||||
File.expand_path("~")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user