This commit is contained in:
Igor Timofeev 2018-02-13 06:50:32 +03:00
parent 18e1b71e70
commit 43e4d01b48

View File

@ -1,21 +1,9 @@
{ {
preInstall = { preInstall = {
{
path="/lib/MineOSCore.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSCore.lua"
},
{
path="/lib/MineOSPaths.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSPaths.lua"
},
{ {
path="/lib/advancedLua.lua", path="/lib/advancedLua.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/advancedLua.lua" url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/advancedLua.lua"
}, },
{
path="/lib/web.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/web.lua"
},
{ {
path="/lib/color.lua", path="/lib/color.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/color.lua" url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/color.lua"
@ -28,17 +16,25 @@
path="/lib/image.lua", path="/lib/image.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/image.lua" url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/image.lua"
}, },
{
path="/lib/GUI.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/GUI.lua"
},
{ {
path="/lib/doubleBuffering.lua", path="/lib/doubleBuffering.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/doubleBuffering.lua" url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/doubleBuffering.lua"
}, },
{ {
path="/lib/image.lua", path="/lib/GUI.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/image.lua" url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/GUI.lua"
},
{
path="/lib/MineOSCore.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSCore.lua"
},
{
path="/lib/MineOSPaths.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSPaths.lua"
},
{
path="/lib/web.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/web.lua"
}, },
}, },
duringInstall = { duringInstall = {