From 1e1e7ff33db82643dbbadaf008bf4cf618879ddb Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 24 Dec 2018 09:02:47 +0300 Subject: [PATCH] Added "Calculator" application for future testing #2 --- Files.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Files.cfg b/Files.cfg index ead75896..53e9b308 100644 --- a/Files.cfg +++ b/Files.cfg @@ -570,6 +570,17 @@ path="/MineOS/Applications/Weather.app/Stormy.pic", url="https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Applications/Weather/Stormy.pic", }, + -- Calculator + { + path="/MineOS/Applications/Calculator.app/Main.lua", + url="https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Applications/Calculator/Main.lua", + fileID=1045, + createShortcut = true, + }, + { + path="/MineOS/Applications/Calculator.app/Icon.pic", + url="https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Applications/Calculator/Icon.pic", + }, -- Fuck the rain { path="/MineOS/Applications/Fuck the rain.app/Main.lua",