mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
@@ -43,7 +43,7 @@ function s.script(project)
|
|||||||
prefix = "love-"..tostring(project.loveVersion).."-macos"
|
prefix = "love-"..tostring(project.loveVersion).."-macos"
|
||||||
bin = prefix.."x-ub.zip"
|
bin = prefix.."x-ub.zip"
|
||||||
end
|
end
|
||||||
local url = "https://bitbucket.org/rude/love/downloads/"..bin
|
local url = "https://github.com/love2d/love/releases/download/"..tostring(project.loveVersion).."/"..bin
|
||||||
local cache = utils.cache.."/"..bin
|
local cache = utils.cache.."/"..bin
|
||||||
|
|
||||||
-- Can't cache the archive because luarocks functions use a HEAD
|
-- Can't cache the archive because luarocks functions use a HEAD
|
||||||
|
@@ -35,7 +35,7 @@ local function release(script, project, arch)
|
|||||||
prefix = "love-"..tostring(project.loveVersion).."-win"
|
prefix = "love-"..tostring(project.loveVersion).."-win"
|
||||||
dir, bin = prefix..arch.."/", prefix..arch..".zip"
|
dir, bin = prefix..arch.."/", prefix..arch..".zip"
|
||||||
end
|
end
|
||||||
local url = "https://bitbucket.org/rude/love/downloads/"..bin
|
local url = "https://github.com/love2d/love/releases/download/"..tostring(project.loveVersion).."/"..bin
|
||||||
local cache = utils.cache.."/"..bin
|
local cache = utils.cache.."/"..bin
|
||||||
|
|
||||||
-- Can't cache the archive because luarocks functions use a HEAD
|
-- Can't cache the archive because luarocks functions use a HEAD
|
||||||
|
Reference in New Issue
Block a user