mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #132] Add the ability to save the output destination in the config json file. #125
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 @unbeatable-101 on GitHub (Oct 30, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/132
Could this be added? It would be better than changing it every time.
@brentvollebregt commented on GitHub (Oct 31, 2020):
It could be added but the reason I left it out is because if the config is moved between machines it could be put in an undesired location.
@unbeatable-101 commented on GitHub (Oct 31, 2020):
What about just saving it not in the config file, but on the machine?
@brentvollebregt commented on GitHub (Oct 31, 2020):
Hmm, I'm not very keen on setting a value for every instance. If you package one project in one directory and then package another project in another directory, the output of the two shouldn't really end up in the same place.
I provided
--output-dirfor easily being able to change the output directory. Maybe put your command with--output-dirin a batch/shell script to obscure it?@unbeatable-101 commented on GitHub (Oct 31, 2020):
I'll do that, thanks!