Неебически опиздохуительная обновка #2

This commit is contained in:
Igor Timofeev 2017-08-06 13:52:11 +03:00
parent bda6d0aafd
commit c42b2b7f91
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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)