From bb6efa235de4898c1cb51b25c2017beaa4807fc9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 23 Nov 2023 03:59:18 +0000 Subject: [PATCH] format --- install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.lua b/install.lua index abca6858..74aac905 100644 --- a/install.lua +++ b/install.lua @@ -57,8 +57,8 @@ function main() local listfile = path.join(downloadpath, folder .. '.list') if checkfilesexists(listfile) then return end if not os.exists(archivefile) then - local url = 'https://mirror.ghproxy.com/https://github.com/masx200/' .. name .. - '/archive/' .. version .. '.zip' + local url = 'https://mirror.ghproxy.com/https://github.com/masx200/' .. + name .. '/archive/' .. version .. '.zip' print('download url:' .. url .. " to file:" .. archivefile) download(url, archivefile) end