Skip to content

Commit

Permalink
Change file suffix to .abdb.zip and abmd.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jun 13, 2024
1 parent b481912 commit 2c18872
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ import java.util.zip.ZipOutputStream
import kotlin.coroutines.resume
import kotlin.coroutines.suspendCoroutine

const val DATABASE_BACKUP_SUFFIX = ".abdb"
const val MODULE_BACKUP_SUFFIX = ".abmd"
const val DATABASE_BACKUP_SUFFIX = ".abdb.zip"
const val MODULE_BACKUP_SUFFIX = ".abmd.zip"

const val DATABASE_BACKUP_NAME = "AndBibleDatabaseBackup$DATABASE_BACKUP_SUFFIX"
const val MODULE_BACKUP_NAME = "AndBibleModulesBackup$MODULE_BACKUP_SUFFIX"
Expand Down

0 comments on commit 2c18872

Please sign in to comment.