Compare commits

..

1 Commits

Author SHA1 Message Date
ynyx631
d22501198a Fix chinese character issue when compressing files. Close #565 2025-10-26 20:38:58 +08:00
3 changed files with 10 additions and 13 deletions

View File

@@ -143,7 +143,7 @@ jobs:
- run: |
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 --source git https://github.com/venera-app/flutter_to_debian.git
dart pub global activate flutter_to_debian
- run: python3 debian/build.py x64
- run: dart run flutter_to_arch
- run: |
@@ -171,7 +171,7 @@ jobs:
flutter pub get
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 --source git https://github.com/venera-app/flutter_to_debian.git
dart pub global activate flutter_to_debian
- name: "Patch font"
run: |
dart run patch/font.dart

View File

@@ -478,11 +478,10 @@ packages:
flutter_to_debian:
dependency: "direct dev"
description:
path: "."
ref: HEAD
resolved-ref: "3777c91b6b1cc0b7c03357c67ca216d4313c3db5"
url: "https://github.com/venera-app/flutter_to_debian.git"
source: git
name: flutter_to_debian
sha256: d23534407334b331ce20fbaa8395b9ecc255d0c047136b8998715f36933ee696
url: "https://pub.dev"
source: hosted
version: "2.0.2"
flutter_web_plugins:
dependency: transitive
@@ -1127,10 +1126,10 @@ packages:
dependency: "direct main"
description:
name: zip_flutter
sha256: c4d5a34c5803def866bc550926bb16fe89717c9b7304695d5b2ede30964eb8a8
sha256: baecf8deb6bf53a50e5ab513707ab56cc0c25f5b43333aa56ef562e8e7057357
url: "https://pub.dev"
source: hosted
version: "0.0.12"
version: "0.0.13"
sdks:
dart: ">=3.8.0 <4.0.0"
flutter: ">=3.35.5"

View File

@@ -53,7 +53,7 @@ dependencies:
sliver_tools: ^0.2.12
flutter_file_dialog: ^3.0.2
file_selector: ^1.0.3
zip_flutter: ^0.0.12
zip_flutter: ^0.0.13
lodepng_flutter:
git:
url: https://github.com/venera-app/lodepng_flutter
@@ -93,9 +93,7 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^5.0.0
flutter_to_arch: ^1.0.1
flutter_to_debian:
git:
url: https://github.com/venera-app/flutter_to_debian.git
flutter_to_debian: ^2.0.2
archive: any
flutter: