From cca68eb3da2e83b88d979f920034143e41a13d79 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 29 Dec 2025 18:58:02 -0800 Subject: [PATCH] Fix creating app.zip on Windows Uncommented the serious_python dependency and updated its git reference to 'app-zip-windows-fix' in pubspec.yaml. This change ensures the project uses the latest fixes from the serious-python repository. --- {{cookiecutter.out_dir}}/pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index e23469d..b5f3b6b 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -40,11 +40,11 @@ dependency_overrides: ref: main url: https://github.com/flet-dev/flet.git - # serious_python: - # git: - # url: https://github.com/flet-dev/serious-python.git - # ref: android-logging-fix - # path: src/serious_python + serious_python: + git: + url: https://github.com/flet-dev/serious-python.git + ref: app-zip-windows-fix + path: src/serious_python package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0