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:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user