Moved THEME into its own file, added safe_get_image to prevent crash if image is not present, stubbed worker and some other bits for later.

This commit is contained in:
2026-04-16 10:14:53 -05:00
parent 451b08bb9e
commit 7d6fce2969
12 changed files with 188 additions and 99 deletions

5
lib/version.rb Normal file
View File

@@ -0,0 +1,5 @@
module W3DHubLauncher
NAME = "Cyberarm's W3D Hub linux Launcher".freeze
VERSION = "2.0.0".freeze
VERSION_NAME = "alpha".freeze # TODO: Come up with a short, fun, release name
end