1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-23 03:37:40 +00:00

remove os api modifications

This commit is contained in:
kepler155c@gmail.com
2018-01-26 06:37:49 -05:00
parent 742d1337a8
commit 15a627f7e9
4 changed files with 12 additions and 22 deletions

View File

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