From 2e629adc24ccb2c451d69d998d435d91ec73db8a Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Wed, 25 Apr 2018 18:53:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=20=D0=B2=D0=BE=D1=82=20=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B5=D1=82!=20=D0=A5=D0=BE=D1=87=D1=83=205.2=20=D0=B8=20?= =?UTF-8?q?=D0=BD=D0=B8=D0=B8=D0=B1=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/MineCodeIDE/Main.lua | 2 -- Installer.lua | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Applications/MineCodeIDE/Main.lua b/Applications/MineCodeIDE/Main.lua index 27505385..ecaedab5 100755 --- a/Applications/MineCodeIDE/Main.lua +++ b/Applications/MineCodeIDE/Main.lua @@ -131,10 +131,8 @@ topLayout:setCellDirection(1, 1, GUI.directions.horizontal) topLayout:setCellSpacing(1, 1, 2) topLayout:setCellAlignment(1, 1, GUI.alignment.horizontal.center, GUI.alignment.vertical.top) --- Autocomplete local autocomplete = mainContainer:addChild(GUI.autoComplete(1, 1, 36, 7, 0xE1E1E1, 0xA5A5A5, 0x3C3C3C, 0x3C3C3C, 0xA5A5A5, 0xE1E1E1, 0xC3C3C3, 0x4B4B4B)) ---☯◌☺ local addBreakpointButton = topLayout:addChild(GUI.adaptiveButton(1, 1, 3, 1, 0x878787, 0xE1E1E1, 0xD2D2D2, 0x4B4B4B, "x")) local syntaxHighlightingButton = topLayout:addChild(GUI.adaptiveButton(1, 1, 3, 1, 0xD2D2D2, 0x4B4B4B, 0x696969, 0xE1E1E1, "◌")) diff --git a/Installer.lua b/Installer.lua index 6b7b08d4..2ea1a65f 100644 --- a/Installer.lua +++ b/Installer.lua @@ -293,9 +293,9 @@ stages[5] = function() file:write("require(\"shell\").execute(\"OS\")") file:close() - -- if computer.getArchitecture then - -- computer.setArchitecture("Lua 5.2") - -- end + if computer.getArchitecture then + computer.setArchitecture("Lua 5.2") + end computer.shutdown(true) end