mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
Enabled updater, TODO: make updater do less work than installer
This commit is contained in:
@@ -1,19 +1,9 @@
|
||||
class W3DHub
|
||||
class ApplicationManager
|
||||
class Updater < Task
|
||||
class Updater < Installer
|
||||
def type
|
||||
:updater
|
||||
end
|
||||
|
||||
def exec_task
|
||||
# Fetch manifests
|
||||
# Load manifests
|
||||
# build file list
|
||||
# find new packages
|
||||
# unpack new packages
|
||||
# TODO: detect patch files and handle them
|
||||
# update installed game version
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user