Update Main.lua

This commit is contained in:
doritosxxx 2020-04-01 13:17:09 +04:00 committed by GitHub
parent 581224b153
commit ed5605c8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,7 +495,7 @@ end)
addStage(function()
checkLicense()
local lines = text.wrap({request(repositoryURL .. "LICENSE")}, layout.width - 2)
local lines = text.wrap({request("LICENSE")}, layout.width - 2)
local textBox = layout:addChild(GUI.textBox(1, 1, layout.width, layout.height - 3, 0xF0F0F0, 0x696969, lines, 1, 1, 1))
layout:addChild(acceptSwitchAndLabel)