mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 01:02:34 +00:00
Updated gemfile.lock, fixed crash on windows when trying to repair data/ -> Data/ when windows thinks they're the same.
This commit is contained in:
@@ -662,6 +662,9 @@ class W3DHub
|
||||
def repair_windows_case_insensitive(package, path)
|
||||
return true if @app_id == "apb"
|
||||
|
||||
# Windows is just confused
|
||||
return true if W3DHub.windows?
|
||||
|
||||
# Force data/ to Data/
|
||||
return true unless File.exist?("#{path}/data") && File.directory?("#{path}/data")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user