From 8d69efec175dc323baf4abb0e195103a9cb2a351 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 29 Dec 2025 19:53:01 -0800 Subject: [PATCH] Update serious_python dependency override Enabled the serious_python override with a new git reference 'app-zip-windows-fix' to address issues related to Windows app zipping. Previously, the override was commented out and pointed to 'android-crash-fix'. --- {{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 ec9c81a..940e537 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -31,11 +31,11 @@ dependency_overrides: # serious_python: 0.9.6 - # serious_python: - # git: - # url: https://github.com/flet-dev/serious-python.git - # ref: android-crash-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 wakelock_plus: ^1.2.10 web: ^1.0.0