6 lines
153 B
Ruby
6 lines
153 B
Ruby
module Qasim
|
|
APP_ICON_PATH = File.join QASIM_INCLUDE_DIR, "icons"
|
|
APP_SYSCONFIG_DIR = "/etc/qasim/maps.d"
|
|
APP_NAME = "Qasim"
|
|
APP_VERSION = "0.1"
|
|
end
|