mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52: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:
@@ -34,12 +34,12 @@ GEM
|
|||||||
digest-crc (0.6.4)
|
digest-crc (0.6.4)
|
||||||
rake (>= 12.0.0, < 14.0.0)
|
rake (>= 12.0.0, < 14.0.0)
|
||||||
excon (0.78.1)
|
excon (0.78.1)
|
||||||
ffi (1.15.4)
|
ffi (1.15.5)
|
||||||
ffi (1.15.4-x64-mingw32)
|
ffi (1.15.5-x64-mingw32)
|
||||||
fiber-local (1.0.0)
|
fiber-local (1.0.0)
|
||||||
gosu (1.2.0)
|
gosu (1.4.1)
|
||||||
gosu_more_drawables (0.3.1)
|
gosu_more_drawables (0.3.1)
|
||||||
i18n (1.8.11)
|
i18n (1.9.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
launchy (2.5.0)
|
launchy (2.5.0)
|
||||||
addressable (~> 2.7)
|
addressable (~> 2.7)
|
||||||
|
|||||||
@@ -662,6 +662,9 @@ class W3DHub
|
|||||||
def repair_windows_case_insensitive(package, path)
|
def repair_windows_case_insensitive(package, path)
|
||||||
return true if @app_id == "apb"
|
return true if @app_id == "apb"
|
||||||
|
|
||||||
|
# Windows is just confused
|
||||||
|
return true if W3DHub.windows?
|
||||||
|
|
||||||
# Force data/ to Data/
|
# Force data/ to Data/
|
||||||
return true unless File.exist?("#{path}/data") && File.directory?("#{path}/data")
|
return true unless File.exist?("#{path}/data") && File.directory?("#{path}/data")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user