mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Fixed Windows silliness
This commit is contained in:
@@ -32,6 +32,14 @@ class W3DHub
|
||||
linux? || mac?
|
||||
end
|
||||
|
||||
def self.tar_command
|
||||
if windows?
|
||||
"tar"
|
||||
else
|
||||
"bsdtar"
|
||||
end
|
||||
end
|
||||
|
||||
def self.home_directory
|
||||
File.expand_path("~")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user