If no logo exists copy a default one into data on launch. Closes #909 (#916)

This commit is contained in:
Gabe Kangas
2021-04-11 16:44:50 -07:00
committed by GitHub
parent 2409cab5b6
commit 36be7b76c2
5 changed files with 14 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ const (
FfmpegSuggestedVersion = "v4.1.5" // Requires the v
// BackupDirectory is the directory we write backup files to.
BackupDirectory = "backup"
// DataDirectory is the directory we save data to.
DataDirectory = "data"
)
var (