fix: mob geetest (#2341)

* fix: mob geetest

* geetest ios patch

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2026-06-07 02:54:44 +00:00
committed by GitHub
parent 3b9403a329
commit b67756c152
13 changed files with 222 additions and 265 deletions

View File

@@ -81,7 +81,6 @@ jobs:
- name: Apply Patch
shell: pwsh
run: lib/scripts/patch.ps1 android
continue-on-error: true
- name: Write key
if: github.event_name == 'workflow_dispatch'

View File

@@ -33,7 +33,6 @@ jobs:
- name: Apply Patch
shell: pwsh
run: lib/scripts/patch.ps1 iOS
continue-on-error: true
- name: Build iOS
run: |

View File

@@ -54,7 +54,6 @@ jobs:
- name: Apply Patch
shell: pwsh
run: lib/scripts/patch.ps1 Linux
continue-on-error: true
#TODO: deb and rpm packages need to be build
- name: Build Linux

View File

@@ -33,7 +33,6 @@ jobs:
- name: Apply Patch
shell: pwsh
run: lib/scripts/patch.ps1 macOS
continue-on-error: true
- name: Build Mac
run: flutter build macos --release --dart-define-from-file=pili_release.json

View File

@@ -29,7 +29,6 @@ jobs:
- name: Apply Patch
shell: pwsh
run: lib/scripts/patch.ps1 windows
continue-on-error: true
- name: Add fastforge and Inno Setup
run: |