Quote:
Originally Posted by Vortex
The 'polish book' function doesn't update the existing epub, it creates a new one and renames the old one to ORIGINAL EPUB. Solved the problem though, thanks.
|
This is controlled by each user via a tweak (Preferences - Tweaks). The default is as you describe it. If desired, you can alter that behavior. I have it set to create an original_epub when I convert from epub to epub but not to create the original_epub when I Polish a book.
Relevant tweak below.
Code:
# Save original file when converting/polishing from same format to same format
save_original_format = True
save_original_format_when_polishing = False