mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-27 18:42:20 +00:00
@@ -43,7 +43,7 @@ function s.script(project)
|
||||
prefix = "love-"..tostring(project.loveVersion).."-macos"
|
||||
bin = prefix.."x-ub.zip"
|
||||
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
|
||||
|
||||
-- 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"
|
||||
dir, bin = prefix..arch.."/", prefix..arch..".zip"
|
||||
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
|
||||
|
||||
-- Can't cache the archive because luarocks functions use a HEAD
|
||||
|
Reference in New Issue
Block a user