Skip to content
Snippets Groups Projects
Commit 9f8b61c2 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by ovari
Browse files

Use .jac for account archive

GitLab: jami-client-qt#1256

Change-Id: I35c705afb2cf53c274591c1c9fc57b3dd8b74111
parent a999a19e
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class BackupAccountModel: ObservableObject {
filePath.stopAccessingSecurityScopedResource()
}
let archiveName = fileName + ".gz"
let archiveName = fileName + ".jac"
let finalUrl = filePath.appendingPathComponent(archiveName)
let exportSuccess = self.accountService.exportToFileWithPassword(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment