mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Неебически опиздохуительная обновка #2
This commit is contained in:
parent
bda6d0aafd
commit
c42b2b7f91
@ -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",
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user