mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: update
This commit is contained in:
@@ -261,7 +261,6 @@ async function resolveSidecar(binInfo) {
|
|||||||
.pipe(zlib.createGunzip().on("error", onError))
|
.pipe(zlib.createGunzip().on("error", onError))
|
||||||
.pipe(writeStream)
|
.pipe(writeStream)
|
||||||
.on("finish", () => {
|
.on("finish", () => {
|
||||||
log_success(`chmod binary finished: "${name}"`);
|
|
||||||
execSync(`chmod 755 ${sidecarPath}`);
|
execSync(`chmod 755 ${sidecarPath}`);
|
||||||
log_success(`chmod binary finished: "${name}"`);
|
log_success(`chmod binary finished: "${name}"`);
|
||||||
resolve();
|
resolve();
|
||||||
|
|||||||
Reference in New Issue
Block a user