build(windows): enforce onefile zstd compression and size gate #154
No reviewers
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ai-collab/bulk-image-organizer!154
Loading…
Reference in a new issue
No description provided.
Delete branch "0.4.1/windows-onefile-compression"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Windows release builds grew from ~61 MiB (0.3.5) to ~263 MiB (0.3.6+) without an application-code change: Nuitka 4.x no longer installs
zstandardby default, so--onefilecan succeed with an uncompressed payload.This PR hardens
scripts/manual-build-windows.ps1so that regression cannot ship again:nuitka[onefile](pullszstandard) with--upgradeimport zstandardbefore the long Nuitka compile.exeis outside 40–120 MiB (uncompressed payloads land near ~260 MiB)No
VERSIONbump — scripts/docs/tests only (not compiled inputs).Test plan
pytest tests/test_pr14_packaging.py tests/test_release_build_needed.py.exewithin 40–120 MiB