Files
w3dhub_linux_launcher/lib/application_manager/tasks/updater.rb

12 lines
192 B
Ruby

class W3DHub
class ApplicationManager
class Updater < Installer
LOG_TAG = "W3DHub::ApplicationManager::Updater".freeze
def type
:updater
end
end
end
end