mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
292 lines
11 KiB
INI
292 lines
11 KiB
INI
{
|
|
preInstall = {
|
|
{
|
|
path="/lib/advancedLua.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/advancedLua.lua"
|
|
},
|
|
{
|
|
path="/lib/color.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/color.lua"
|
|
},
|
|
{
|
|
path="/lib/FormatModules/OCIF.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/FormatModules/OCIF.lua"
|
|
},
|
|
{
|
|
path="/lib/image.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/image.lua"
|
|
},
|
|
{
|
|
path="/lib/doubleBuffering.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/doubleBuffering.lua"
|
|
},
|
|
{
|
|
path="/lib/GUI.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 = {
|
|
-- Оська
|
|
{
|
|
path="/bin/OS.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/OS.lua"
|
|
},
|
|
-- Либы
|
|
{
|
|
path="/lib/MineOSNetwork.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSNetwork.lua"
|
|
},
|
|
{
|
|
path="/lib/MineOSInterface.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSInterface.lua"
|
|
},
|
|
{
|
|
path="/lib/event.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/event.lua"
|
|
},
|
|
{
|
|
path="/lib/FormatModules/OCAF.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/FormatModules/OCAF.lua"
|
|
},
|
|
{
|
|
path="/lib/archive.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/archive.lua"
|
|
},
|
|
{
|
|
path="/lib/syntax.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/syntax.lua"
|
|
},
|
|
{
|
|
path="/lib/SHA2.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/SHA2.lua"
|
|
},
|
|
-- Скрипты
|
|
{
|
|
path="/OS.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/OS.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Localization/Russian.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/Russian.lang"
|
|
},
|
|
{
|
|
path="/MineOS/System/Localization/English.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/English.lang"
|
|
},
|
|
-- Ассоциации контекстного меню
|
|
{
|
|
path="/MineOS/System/Extensions/Lua/ContextMenu.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Extensions/Lua/ContextMenu.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Extensions/Lua/Launcher.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Extensions/Lua/Launcher.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Extensions/Pic/ContextMenu.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Extensions/Pic/ContextMenu.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Extensions/Arc/Launcher.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Extensions/Arc/Launcher.lua"
|
|
},
|
|
-- Системные иконки
|
|
{
|
|
path="/MineOS/System/Icons/Application.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Application.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/3DModel.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/3DModel.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Computer.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Computer.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Robot.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Robot.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Tablet.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Tablet.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Pastebin.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Pastebin.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/HDD.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/HDD.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Floppy.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Floppy.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Steve.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Steve.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Folder.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Folder.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/FileNotExists.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/FileNotExists.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Script.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Script.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Text.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Text.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Config.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Config.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Image.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Image.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Lua.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Lua.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/SampleIcon.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/SampleIcon.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Archive.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Archive.pic"
|
|
},
|
|
{
|
|
path="/MineOS/System/Icons/Trash.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Icons/Trash.pic"
|
|
},
|
|
-- Скринсейверы
|
|
{
|
|
path="/MineOS/System/Screensavers/Matrix.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Screensavers/Matrix.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Screensavers/Mandala.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Screensavers/Mandala.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Screensavers/Clock.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Screensavers/Clock.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Screensavers/Lines.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Screensavers/Lines.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Screensavers/XCOM.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Screensavers/XCOM.lua"
|
|
},
|
|
{
|
|
path="/MineOS/System/Screensavers/NyanCat.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Screensavers/NyanCat.lua"
|
|
},
|
|
-- Приложения
|
|
{
|
|
path="/MineOS/Applications/App Market.app/Main.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/AppMarket/Main.lua"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/App Market.app/Resources/Icon.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/AppMarket/Icon.pic"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/App Market.app/Resources/Localization/Russian.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/AppMarket/Localization/Russian.lang"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/App Market.app/Resources/Localization/English.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/AppMarket/Localization/English.lang"
|
|
},
|
|
--
|
|
{
|
|
path="/MineOS/Applications/MineCode IDE.app/Main.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Main.lua"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/MineCode IDE.app/Resources/Icon.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/MineCode IDE.app/Resources/Localization/Russian.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Localization/Russian.lang"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/MineCode IDE.app/Resources/Localization/English.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Localization/English.lang"
|
|
},
|
|
--
|
|
{
|
|
path="/MineOS/Applications/Photoshop.app/Main.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Photoshop/Photoshop.lua"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Photoshop.app/Resources/Icon.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Photoshop/Icon.pic"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Photoshop.app/Resources/Localization/Russian.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Photoshop/Localization/Russian.lang"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Photoshop.app/Resources/Localization/English.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Photoshop/Localization/English.lang"
|
|
},
|
|
--
|
|
{
|
|
path="/MineOS/Applications/Control.app/Main.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Main.lua"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Control.app/Resources/Icon.pic",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Icon.pic"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Control.app/Resources/Localization/Russian.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Localization/Russian.lang"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Control.app/Resources/Localization/English.lang",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Localization/English.lang"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Control.app/Resources/Modules/1.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Modules/1.lua"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Control.app/Resources/Modules/2.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Modules/2.lua"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Control.app/Resources/Modules/3.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Modules/3.lua"
|
|
},
|
|
{
|
|
path="/MineOS/Applications/Control.app/Resources/Modules/4.lua",
|
|
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Modules/4.lua"
|
|
},
|
|
}
|
|
} |