'Export as archive' deletes original save file
Steps to reproduce:
- Create new project
- Save project
- Click 'Export as archive' from the menu
- Save it in the same directory in which you saved the project file
- Notice that the previous save was deleted
While exporting, temporary save file is created and then deleted when no longer needed. tmp_name is generated with project.name, which in turn is generated from previous save uri. So the temporary save-file will have the same name as the previous save
Edited by Thejas Kiran P S