From c3c6441264b6cda3b9f5c61a442712059dd2584d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 6 Jun 2024 10:08:17 +0800 Subject: [PATCH] Use an integer for stub revision. --- {{ cookiecutter.format }}/briefcase.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.format }}/briefcase.toml b/{{ cookiecutter.format }}/briefcase.toml index 46dac24..c94ed8a 100644 --- a/{{ cookiecutter.format }}/briefcase.toml +++ b/{{ cookiecutter.format }}/briefcase.toml @@ -12,7 +12,7 @@ support_path = "{{ cookiecutter.formal_name }}.app/Contents/Resources/support" "3.11": "support_revision = 3", "3.12": "support_revision = 2", }.get(cookiecutter.python_version|py_tag, "") }} -stub_binary_revision = "8" +stub_binary_revision = 8 cleanup_paths = [ "{{ cookiecutter.formal_name }}.app/Contents/Resources/support/Python.xcframework", "{{ cookiecutter.formal_name }}.app/Contents/Resources/support/platform-site",