This commit is contained in:
Igor Timofeev 2017-01-16 07:46:44 +03:00
parent a895f1861b
commit 0bab6deb2d
3 changed files with 3 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -886,7 +886,7 @@
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
createShortcut="dock",
forceDownload=true,
version=1.24,
version=1.25,
resources={
{
name="Localization/Russian.lang",
@ -1015,7 +1015,7 @@
icon="IgorTimofeev/OpenComputers/master/Applications/AppMarket/Icon.pic",
createShortcut="dock",
forceDownload=true,
version=1.52,
version=1.53,
resources={
{
name="Localization/Russian.lang",

View File

@ -327,6 +327,7 @@ local function updateAll()
changes = {}
oldApplications = newApplications
saveOldApplications()
require("computer").shutdown(true)
end
------------------------------------------------------------------------------------------------------------------