mouse cursor patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-19 12:23:20 +08:00
parent 888b3d8173
commit 12919804dc
7 changed files with 43 additions and 5 deletions

View File

@@ -28,10 +28,15 @@ jobs:
- name: apply modal barrier patch
working-directory: ${{ env.FLUTTER_ROOT }}
run: git apply $env:GITHUB_WORKSPACE\lib\scripts\modal-barrier-patch.diff || true
run: git apply $env:GITHUB_WORKSPACE\lib\scripts\modal_barrier_patch.diff || true
shell: pwsh
continue-on-error: true
- name: apply mouse cursor patch
working-directory: ${{ env.FLUTTER_ROOT }}
run: git apply $GITHUB_WORKSPACE/lib/scripts/mouse_cursor_patch.diff || true
continue-on-error: true
- name: Add fastforge and Inno Setup
run: |
dart pub global activate fastforge