Add font patching script for linux arm64. Close #468

This commit is contained in:
2025-10-07 15:51:46 +08:00
parent 9173665afe
commit 0a5b70b161
4 changed files with 49 additions and 0 deletions

View File

@@ -170,6 +170,9 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev webkit2gtk-4.1
dart pub global activate flutter_to_debian
- name: "Patch font"
run: |
dart run patch/font.dart
- run: python3 debian/build.py arm64
- uses: actions/upload-artifact@v4
with: