mirror of
https://github.com/ankitects/anki.git
synced 2026-09-10 13:28:09 -04:00
## Linked issue Closes #5369 ## Summary This updates to Briefcase 0.4.5 for some improvements: - Fix signal handling (#5369). - Pin Python support packages and stub binaries to known hashes (https://github.com/beeware/briefcase/issues/2980). - Use uv for setting up the Briefcase environment and installing dependencies (https://github.com/beeware/briefcase/issues/2231). ## Steps to reproduce (before) Confirm #5369 is fixed using the example code in the linked forum post. ## How to test (after) - Run `./ninja installer` to test the build. - Run Python tests: `just test-py`. - Test the CI build artifacts: https://github.com/ankitects/anki/actions/runs/34235392781