mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Finished removing usage of Excon- package download reimplemented (TODO: see if it's possibly to not need to make n requests to endpoint to emulate excon's chunked downloading), raise Async::Stop when window is closed to shutdown reactor
This commit is contained in:
@@ -77,4 +77,6 @@ require_relative "lib/pages/download_manager"
|
||||
|
||||
Async do
|
||||
W3DHub::Window.new(width: 980, height: 720, borderless: false).show
|
||||
|
||||
raise Async::Stop # ensure reactor is shutdown when window is closed
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user