Enabled updater, TODO: make updater do less work than installer

This commit is contained in:
2021-12-06 10:34:06 -06:00
parent a6c194b762
commit 4f675644ee
4 changed files with 13 additions and 20 deletions

View File

@@ -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