mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-13 10:42:17 -04:00
1cbdabbbb7
It is written raw, not via write_template, so it was never added to the manifest. Therefore, it would remain behind when uninstalling calibre. Also change the order in which steps are executed, in order to write the env module -- and add it to the manifest -- before the uninstaller is created, rather than after (which would be too late).