mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #286] Set auto-py-to-exe language via command line args or config file #251
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 @Mrgaton on GitHub (Jul 13, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/286
Hello, I would like to be able to run the auto py to exe directly from the language that I would like, but I can't find a way to do it. It would be nice if it could be started with x language by arguments or by the configuration file, thanks
@brentvollebregt commented on GitHub (Jul 14, 2022):
That sounds like a good idea - a command line argument would be the best idea in my opinion
@brentvollebregt commented on GitHub (Jul 14, 2022):
This feature has being released in 2.21.0
@Mrgaton commented on GitHub (Jul 14, 2022):
Thanks