mirror of
https://github.com/kepler155c/opus
synced 2024-11-10 18:59:55 +00:00
fix: up-to-date package on master branch
This commit is contained in:
parent
136adff7b1
commit
e3a0222ef0
@ -57,7 +57,7 @@ end
|
|||||||
function Packages:downloadList()
|
function Packages:downloadList()
|
||||||
local packages = {
|
local packages = {
|
||||||
[ 'develop-1.8' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/packages.list',
|
[ '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
|
if packages[_G.OPUS_BRANCH] then
|
||||||
|
Loading…
Reference in New Issue
Block a user