marcelotduarte / cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
https://marcelotduarte.github.io/cx_Freeze/
Other
1.33k stars 217 forks source link

build_exe: add new option --zip-filename #2379

Closed marcelotduarte closed 4 months ago

marcelotduarte commented 4 months ago

Closes #2313 Closes #731

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.29%. Comparing base (4ea2286) to head (c51f37b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2379 +/- ## ========================================== + Coverage 83.19% 83.29% +0.09% ========================================== Files 27 27 Lines 4035 4058 +23 ========================================== + Hits 3357 3380 +23 Misses 678 678 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.