modal barrier patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-02 12:18:14 +08:00
parent 18e0b93ca7
commit 3d453bafdb
6 changed files with 218 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ jobs:
shell: pwsh
run: lib/scripts/build.ps1
- name: apply modal barrier patch
working-directory: ${{ env.FLUTTER_ROOT }}
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff
continue-on-error: true
#TODO: deb and rpm packages need to be build
- name: Build Linux
run: flutter build linux --release -v --pub --dart-define-from-file=pili_release.json