1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-12 11:28:05 +00:00

1.7.10 compatibility

This commit is contained in:
kepler155c@gmail.com
2018-03-21 13:42:29 -04:00
parent daed3aac38
commit a17677730f
3 changed files with 10 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ local os = _G.os
local injector
if not install.testing then
_G.OPUS_BRANCH = 'develop-1.8'
local url ='https://raw.githubusercontent.com/kepler155c/opus/develop-1.8/sys/apis/injector.lua'
_G.OPUS_BRANCH = 'master-1.8'
local url ='https://raw.githubusercontent.com/kepler155c/opus/master-1.8/sys/apis/injector.lua'
injector = load(http.get(url).readAll(), 'injector.lua', nil, _ENV)()
else
injector = _G.requireInjector