Removed dependence on the bsdtar command, fixed Play Now button not doing anything if a server nickname wasn't set, refactor a bit so that the Server List's 'Join Server' button functionality can be reused for the Play Now button, installer now always unpacks into 'data/*' instead of 'Data/*'

This commit is contained in:
2022-12-02 14:12:45 -06:00
parent 19a15e937e
commit 55c0f363e0
8 changed files with 126 additions and 96 deletions

View File

@@ -11,7 +11,7 @@ GEM
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
event_emitter (0.2.6)
excon (0.93.1)
excon (0.94.0)
ffi (1.15.5)
ffi (1.15.5-x64-mingw-ucrt)
ffi (1.15.5-x64-mingw32)
@@ -27,6 +27,7 @@ GEM
public_suffix (5.0.0)
rake (13.0.6)
rexml (3.2.5)
rubyzip (2.3.2)
thread-local (1.1.0)
websocket (1.2.9)
websocket-client-simple (0.6.0)
@@ -51,10 +52,11 @@ DEPENDENCIES
ircparser
launchy
rexml
rubyzip
thread-local
websocket-client-simple
win32-process
win32-security
BUNDLED WITH
2.3.17
2.3.26