fix patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-19 13:33:05 +08:00
parent 12919804dc
commit 736478b1c5

View File

@@ -34,7 +34,8 @@ jobs:
- name: apply mouse cursor patch
working-directory: ${{ env.FLUTTER_ROOT }}
run: git apply $GITHUB_WORKSPACE/lib/scripts/mouse_cursor_patch.diff || true
run: git apply $env:GITHUB_WORKSPACE\lib\scripts\mouse_cursor_patch.diff || true
shell: pwsh
continue-on-error: true
- name: Add fastforge and Inno Setup