1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 10:15:50 +05:30

refactor: use cp instead of fs api on flatpak

This commit is contained in:
2026-02-26 10:20:33 +05:30
Verified
parent 705e819fe7
commit a7d726c3d3
2 changed files with 24 additions and 3 deletions

View File

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