This commit is contained in:
Igor Timofeev 2016-06-03 08:37:19 +03:00
parent da050de20e
commit 5b219c4eb5
2 changed files with 4 additions and 2 deletions

View File

@ -109,12 +109,14 @@
["name"]="MineOS/System/OS/Languages/Russian.lang",
["url"]="IgorTimofeev/OpenComputers/master/MineOS/Languages/Russian.lang",
["type"]="Script",
["forceDownload"]=true,
["version"]=1.0,
},
{
["name"]="MineOS/System/OS/Languages/English.lang",
["url"]="IgorTimofeev/OpenComputers/master/MineOS/Languages/English.lang",
["type"]="Script",
["forceDownload"]=true,
["version"]=1.0,
},
@ -720,7 +722,6 @@
["type"]="Application",
["icon"]="IgorTimofeev/OpenComputers/master/Applications/Autorun/Icon.pic",
["createShortcut"]="desktop",
["forceDownload"]=true,
["version"]=1.0,
},
{

View File

@ -365,6 +365,8 @@ do
then
table.insert(thingsToDownload, applications[i])
end
--Подчищаем за собой, а то мусора нынче много
applications[i] = nil
end
for app = 1, #thingsToDownload do
@ -373,7 +375,6 @@ do
local percent = app / #thingsToDownload * 100
ecs.progressBar(xBar, yBar, barWidth, 1, 0xcccccc, ecs.colors.blue, percent)
ecs.error("A<FAEfaefA", thingsToDownload[app].url)
ecs.getOSApplication(thingsToDownload[app])
end