diff --git a/Applications.txt b/Applications.txt index 37a1471e..fc2a4311 100644 --- a/Applications.txt +++ b/Applications.txt @@ -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, }, { diff --git a/Installer/Installer.lua b/Installer/Installer.lua index 54ea2cd8..d580fd4e 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -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