From 543e7c805e171e3497319beaecfc6661003d1d76 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 4 Aug 2015 23:11:19 +0300 Subject: [PATCH] Update Applications.txt --- Applications.txt | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/Applications.txt b/Applications.txt index 04688286..9b51b4d3 100644 --- a/Applications.txt +++ b/Applications.txt @@ -1,26 +1,25 @@ { - { - ["name"]="Home.lua", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/Home.lua", - ["type"]="Script", - ["icon"]="", - ["resources"]={ - }, - { - ["name"]="MineCode", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/MineCode/MineCode.lua", - ["type"]="Application", - ["icon"]="Applications/MineCode/Icon.png", - ["resources"]={ - { - ["name"]="English.lang", - ["url]="IgorTimofeev/OpenComputers/master/Applications/MineCode/English.lang", - }, - { - ["name"]="Russian.lang", - ["url]="IgorTimofeev/OpenComputers/master/Applications/MineCode/Russian.lang", - }, - }, - }, + { + ["name"]="Home.lua", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/Home.lua", + ["type"]="Script", + ["icon"]="", + ["resources"]={ + }, + { + ["name"]="MineCode", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/MineCode/MineCode.lua", + ["type"]="Application", + ["icon"]="Applications/MineCode/Icon.png", + ["resources"]={ + { + ["name"]="English.lang", + ["url]="IgorTimofeev/OpenComputers/master/Applications/MineCode/English.lang", + }, + { + ["name"]="Russian.lang", + ["url]="IgorTimofeev/OpenComputers/master/Applications/MineCode/Russian.lang", + }, + }, + }, } -