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

@@ -9,6 +9,7 @@ gem "ffi"
gem "websocket-client-simple"
gem "thread-local"
gem "ircparser"
gem "rubyzip"
gem "win32-security", platforms: [:x64_mingw, :mingw]
gem "win32-process", platforms: [:x64_mingw, :mingw]