Add Xbox UWP build workflow

This commit is contained in:
Caorthann
2026-08-04 15:36:35 +01:00
parent 3b490bc42f
commit ad9b03fe56
28 changed files with 1311 additions and 572 deletions
+2 -2
View File
@@ -17,6 +17,7 @@
-- worker can reuse the exact same code path via love.filesystem.load.
local Check = {}
local Platform = require("src.core.Platform")
Check.REPO = "bryanthaboi/gen1recomp"
@@ -99,8 +100,7 @@ local cache = { status = "idle" } -- newest snapshot from the worker
local function ensureWorker()
if workerReady ~= nil then return workerReady end
if love and love.system and love.system.getOS
and love.system.getOS() == "UWP" then
if not Platform.networkValidated() then
workerReady = false
return false
end