Skip to content

Commit dc308ad

Browse files
committed
small folder fix
1 parent a7041ac commit dc308ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HBBatchBeast/mainWindow.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@
396396

397397

398398
//create folders/logs if not exist
399-
if (!fs.existsSync(homePath + "/HBBatchBeast")) {
400-
fs.mkdirSync(homePath + "/HBBatchBeast");
399+
if (!fs.existsSync(homePath + "/Documents/HBBatchBeast")) {
400+
fs.mkdirSync(homePath + "/Documents/HBBatchBeast");
401401

402402
}
403403

0 commit comments

Comments
 (0)