mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52:34 +00:00
12 lines
192 B
Ruby
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
|