mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-19 12:15:31 +02:00
@@ -18,7 +18,7 @@
|
||||
|
||||
local Check = {}
|
||||
|
||||
Check.REPO = "bryanthaboi/pokemon-gen1-recomp-project"
|
||||
Check.REPO = "bryanthaboi/gen1recomp"
|
||||
|
||||
local CMD = "update_check_cmd"
|
||||
local STATE = "update_check_state"
|
||||
|
||||
@@ -50,7 +50,7 @@ local osName = (love.system and love.system.getOS and love.system.getOS()) or
|
||||
local isWindows = osName == "Windows"
|
||||
local saveDir = love.filesystem.getSaveDirectory()
|
||||
|
||||
local API_URL = "https://api.github.com/repos/bryanthaboi/pokemon-gen1-recomp-project/releases/latest"
|
||||
local API_URL = "https://api.github.com/repos/bryanthaboi/gen1recomp/releases/latest"
|
||||
|
||||
-- the release picked by the last "check"; kept between commands so "download"
|
||||
-- knows the payload url/size/name without re-fetching
|
||||
|
||||
Reference in New Issue
Block a user