Define ROOT_PATH to fix using absolute paths for assets

This commit is contained in:
2026-04-20 12:25:19 -05:00
parent 30776857a2
commit dc9e737587
10 changed files with 61 additions and 52 deletions

3
lib/constants.rb Normal file
View File

@@ -0,0 +1,3 @@
module W3DHubLauncher
ROOT_PATH = Dir.pwd
end