1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 12:35:49 +05:30

refactor: revert back to cp again

This commit is contained in:
2026-02-26 11:59:06 +05:30
Verified
parent 76cfce4fbb
commit 953bd20499
3 changed files with 11 additions and 19 deletions

View File

@@ -24,10 +24,6 @@
"sql:allow-execute",
"fs:allow-app-write",
"fs:allow-app-write-recursive",
"fs:allow-config-read",
"fs:allow-config-read-recursive",
"fs:allow-config-write",
"fs:allow-config-write-recursive",
"fs:allow-write-text-file",
"updater:default",
"process:default",

View File

@@ -64,6 +64,11 @@
"name": "powershell",
"cmd": "powershell",
"args": true
},
{
"name": "cp",
"cmd": "cp",
"args": true
}
]
},