editors/vscode: removing original file after patching
This commit is contained in:
parent
3a9aa80502
commit
125e4197d8
@ -224,7 +224,7 @@ async function patchelf(dest: PathLike): Promise<void> {
|
||||
}
|
||||
})
|
||||
})
|
||||
// await fs.unlink(orig_file)
|
||||
await fs.unlink(orig_file)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user