Compare commits
14 Commits
ui-enhance
...
master-1.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3a0222ef0 | ||
|
|
136adff7b1 | ||
|
|
60ab8377b5 | ||
|
|
6a58db5e1c | ||
|
|
d692116631 | ||
|
|
af1ef38147 | ||
|
|
58c3a1529f | ||
|
|
6f87c5a8a7 | ||
|
|
7891f9863a | ||
|
|
0fd349a487 | ||
|
|
cef5b21921 | ||
|
|
ee6af86da8 | ||
|
|
16843bdb78 | ||
|
|
f21ff42e44 |
@@ -19,7 +19,7 @@ local function run(file, ...)
|
||||
end
|
||||
|
||||
_G._syslog = function() end
|
||||
_G.OPUS_BRANCH = 'develop-1.8'
|
||||
_G.OPUS_BRANCH = 'master-1.8'
|
||||
|
||||
-- Install require shim
|
||||
_G.requireInjector = run('sys/modules/opus/injector.lua')
|
||||
|
||||
@@ -9,6 +9,9 @@ if _G._GIT_API_KEY then
|
||||
TREE_URL = TREE_URL .. '&access_token=' .. _G._GIT_API_KEY
|
||||
end
|
||||
|
||||
local fs = _G.fs
|
||||
local os = _G.os
|
||||
|
||||
function git.list(repository)
|
||||
local t = Util.split(repository, '(.-)/')
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ end
|
||||
function Packages:downloadList()
|
||||
local packages = {
|
||||
[ 'develop-1.8' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/packages.list',
|
||||
[ 'master-1.8' ] = 'https://pastebin.com/raw/pexZpAxt',
|
||||
[ 'master-1.8' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/master-1.8/packages.list',
|
||||
}
|
||||
|
||||
if packages[_G.OPUS_BRANCH] then
|
||||
|
||||
Reference in New Issue
Block a user