mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 19:22:40 +01:00
afae
This commit is contained in:
parent
18e1b71e70
commit
43e4d01b48
32
Files.cfg
32
Files.cfg
@ -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 = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user