1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

create dir

This commit is contained in:
bbedward
2025-08-26 00:03:15 -04:00
parent bf475776a9
commit 426e19d1cc

View File

@@ -375,7 +375,7 @@ Singleton {
Quickshell.execDetached([
"sh", "-c",
`cat > '${desiredPath}' << 'EOF'\n${json}\nEOF`
`mkdir -p '${stateDir}' && cat > '${desiredPath}' << 'EOF'\n${json}\nEOF`
])
workerRunning = true
systemThemeGenerator.command = [shellDir + "/scripts/matugen-worker.sh", stateDir, shellDir, "--run"]