Include Bundle Path contents in bundle cbz

Partially implements 
This commit is contained in:
Neshura 2023-11-16 20:51:15 +01:00
parent 25ef82cf2d
commit 0064d0e146
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 11 additions and 7 deletions

View file

@ -74,7 +74,7 @@
saveDirectory = downloadDirPath;
}
if (bundleDirectory == "") {
if (bundleDirectory == "" && doBundle) {
bundleDirectory = downloadDirPath;
}
}