1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-16 16:27:39 +00:00

env cleanup

This commit is contained in:
kepler155c@gmail.com
2018-12-27 03:05:12 -05:00
parent 8cfeaad061
commit e3a8e4e790
5 changed files with 17 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
local PASTEBIN_URL = 'http://pastebin.com/raw'
local GIT_URL = 'https://raw.githubusercontent.com'
local DEFAULT_PATH = '/sys/apis/?;/sys/apis/?.lua'
local DEFAULT_BRANCH = _ENV.OPUS_BRANCH or _G.OPUS_BRANCH or 'master'
local DEFAULT_PATH = (package and (package.path .. ':') or '') .. '/sys/apis/?;/sys/apis/?.lua'
local DEFAULT_BRANCH = _ENV.OPUS_BRANCH or _G.OPUS_BRANCH or 'develop-1.8'
local DEFAULT_UPATH = GIT_URL .. '/kepler155c/opus/' .. DEFAULT_BRANCH .. '/sys/apis'
local fs = _G.fs