From ed5605c8c9b9bb8d446c9db38cd52da46fad5864 Mon Sep 17 00:00:00 2001 From: doritosxxx <35401860+doritosxxx@users.noreply.github.com> Date: Wed, 1 Apr 2020 13:17:09 +0400 Subject: [PATCH] Update Main.lua --- Installer/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Main.lua b/Installer/Main.lua index 55377ff6..bcda0138 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -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)