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

bdist_appimage: remove zip file, propagate options, fixes docs #2463

Closed marcelotduarte closed 2 months ago

marcelotduarte commented 3 months ago

It also improves documentation to: Closes #2232

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 82.35294% with 9 lines in your changes missing coverage. Please review.

Project coverage is 79.82%. Comparing base (d60d33c) to head (66ef08a).

Files Patch % Lines
cx_Freeze/command/bdist_appimage.py 82.35% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2463 +/- ## ========================================== - Coverage 79.90% 79.82% -0.09% ========================================== Files 27 27 Lines 4086 4109 +23 ========================================== + Hits 3265 3280 +15 - Misses 821 829 +8 ```

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