From c42b2b7f915d9ff893de4fcde9ec2c91fcf1c96c Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 6 Aug 2017 13:52:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B5=D0=B1=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D1=81=D0=BA=D0=B8=20=D0=BE=D0=BF=D0=B8=D0=B7=D0=B4=D0=BE=D1=85?= =?UTF-8?q?=D1=83=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20=D0=BE?= =?UTF-8?q?=D0=B1=D0=BD=D0=BE=D0=B2=D0=BA=D0=B0=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications.cfg | 2 +- lib/web.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications.cfg b/Applications.cfg index 70940c9a..b1650e83 100644 --- a/Applications.cfg +++ b/Applications.cfg @@ -249,7 +249,7 @@ url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/web.lua", type="Library", preloadFile=true, - version=1.02, + version=1.03, }, { path="/lib/event.lua", diff --git a/lib/web.lua b/lib/web.lua index 0d55ee02..60a7fff2 100755 --- a/lib/web.lua +++ b/lib/web.lua @@ -97,7 +97,7 @@ function web.downloadMineOSApplication(application, language) local file, reason = io.open(path, "w") if file then - file:write("return \"" .. application.path .. ".app/" .. "\"") + file:write(application.path .. ".app/") file:close() else print(reason)