Kaydet (Commit) b466ea4a authored tarafından Eda Altuntaş's avatar Eda Altuntaş

Bug Fix

üst 27fa5574
......@@ -33,7 +33,6 @@ const handler = (win, args = null) => {
"rm",
"-rf",
`${posix.join(Target, basename(File))}`,
`/home/${Username}/Desktop/`
]);
spawn("docker", [
"exec",
......
......@@ -53,7 +53,6 @@ const handler = () => {
"rm",
"-rf",
`${posix.join(Target, basename(f))}`,
`/home/${Username}/Desktop/`
]);
spawn("docker", [
"exec",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment