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