We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c9a1b commit e257968Copy full SHA for e257968
install.lua
@@ -57,7 +57,7 @@ function main()
57
local listfile = path.join(downloadpath, folder .. '.list')
58
if checkfilesexists(listfile) then return end
59
if not os.exists(archivefile) then
60
- local url = 'https://ghp.ci//https://github.com/masx200/' ..
+ local url = 'https://ghp.ci/https://github.com/masx200/' ..
61
name .. '/archive/' .. version .. '.zip'
62
print('download url:' .. url .. " to file:" .. archivefile)
63
download(url, archivefile)
0 commit comments