mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #283] Settings are not being saved #248
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 @MysteriousShadow on GitHub (Jun 22, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/283
Originally assigned to: @brentvollebregt on GitHub.
This is more of a feature request than a bug, but if the settings such as the icon dir, onefile option, etc can be saved it would save a lot of time for me.
For example, I have a specific logo I want to use for my exes, and everytime I compile an exe, I have to enter the path of that logo.
@brentvollebregt commented on GitHub (Jun 23, 2022):
I just tested this using auto-py-to-exe v2.20.1 and the configuration I exported and then imported did restore the icon file, onefile option and console window (plus more).
Which options are not working for you?
@MysteriousShadow commented on GitHub (Jun 24, 2022):
Yes that works. I guess what I'm trying to say is that there is no autosave feature.
@brentvollebregt commented on GitHub (Jun 24, 2022):
I'm a bit confused, looking back at the description of this issue:
If you export the settings to JSON, these fields will be included.
Icons / additional files are contained in the exported settings JSON file.
The export feature does not auto-save as it is an export - I wouldn't want people's specific exports overwritten when they are playing around with the tool. Are you expecting the same settings to re-appear in the UI after closing and re-opening?
@MysteriousShadow commented on GitHub (Jun 24, 2022):
Yes
On Thu, Jun 23, 2022 at 11:13 PM Brent Vollebregt @.***>
wrote:
@brentvollebregt commented on GitHub (Jun 24, 2022):
I'm not sure that is a great feature - if you want to save your state and bring it back use the export and import feature