mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #535] Deprecated option "-m" is showing under "Other" in the Advanced section #414
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @brentvollebregt on GitHub (Jul 25, 2025).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/535
It seems in a recent version of PyInstaller, the option "-m" is being deprecated in favour of "--manifest". This is showing in our UI, which it doesn't need to.
An exclusion should be added to remove this option.
@github-actions[bot] commented on GitHub (Jul 25, 2025):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@mostypc123 commented on GitHub (Aug 13, 2025):
you can just mark it in yellow and say its deprecated (i didnt do research on this so fix me if im wrong)
@brentvollebregt commented on GitHub (Aug 14, 2025):
Just applied a fix for this. Needed to be added to
options_ignored.