mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix full download on Windows
This commit is contained in:
parent
f0b6d13ead
commit
35ee106503
1 changed files with 1 additions and 0 deletions
|
@ -665,6 +665,7 @@ impl Collection {
|
|||
kind: SyncErrorKind::Other,
|
||||
});
|
||||
}
|
||||
drop(db);
|
||||
// overwrite existing collection atomically
|
||||
out_file
|
||||
.persist(&col_path)
|
||||
|
|
Loading…
Reference in a new issue