From 1e76b8e533b57aa0dbec7a9d27982a370203623f Mon Sep 17 00:00:00 2001 From: ParticleG Date: Mon, 12 Jun 2023 12:53:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E7=B3=BB=E7=BB=9F=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E4=B8=BAWeb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- conf.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5360ad68..2adc6826 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -298,7 +298,7 @@ jobs: build-linux: runs-on: ubuntu-latest - # needs: [get-info, build-core, auto-test] + needs: [get-info, build-core, auto-test] if: ${{ !always() }} env: OUTPUT_FOLDER: ./build diff --git a/conf.lua b/conf.lua index d949e037..a62defa6 100644 --- a/conf.lua +++ b/conf.lua @@ -2,7 +2,7 @@ SYSTEM=love._os if SYSTEM=='OS X' then SYSTEM='macOS' end MOBILE=SYSTEM=='Android' or SYSTEM=='iOS' FNNS=SYSTEM:find'\79\83'-- What does FNSF stand for? IDK so don't ask me lol -if SYSTEM=='Linux' then +if SYSTEM=='Web' then local oldRead=love.filesystem.read function love.filesystem.read(name,size) if love.filesystem.getInfo(name) then