mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-17 11:11:10 +02:00
Add Xbox UWP build workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user