Files
w3dhub_linux_launcher/lib/constants.rb

6 lines
93 B
Ruby

module W3DHubLauncher
ROOT_PATH = Dir.pwd
USER_AGENT = "#{NAME} v#{VERSION}".freeze
end