mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix] recursively create the compatdata folder
This commit is contained in:
@@ -93,7 +93,7 @@ export class LinuxService {
|
||||
const compatDataPath = this.getCompatDataPath();
|
||||
if (!fs.existsSync(compatDataPath)) {
|
||||
log.info(`Proton compat data path not found at '${compatDataPath}', creating directory`);
|
||||
fs.mkdirSync(compatDataPath);
|
||||
await fs.ensureDir(compatDataPath);
|
||||
}
|
||||
|
||||
// Setup Proton environment variables
|
||||
|
||||
Reference in New Issue
Block a user