mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Redid file checking to use the provided chunked checksums, added (broken) support for partial package downloads (resumed package fails verification), misc. supporting changes.
This commit is contained in:
@@ -22,7 +22,7 @@ class W3DHub
|
||||
installer = Installer.new(app_id, channel)
|
||||
|
||||
@tasks.push(installer)
|
||||
installer.start
|
||||
# installer.start
|
||||
end
|
||||
|
||||
def import(app_id, channel, path)
|
||||
@@ -95,7 +95,7 @@ class W3DHub
|
||||
end
|
||||
|
||||
def current_task
|
||||
@tasks.find { |t| t.state == :running }
|
||||
@tasks.first#find { |t| t.state == :running }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user