fix: fixing multiple connections

This commit is contained in:
Chubby Granny Chaser
2025-04-09 07:57:00 +01:00
parent 7fd0894b56
commit 1835adf8b4
6 changed files with 66 additions and 50 deletions

View File

@@ -123,3 +123,10 @@ const copyAria2 = () => {
copyAria2();
downloadLudusavi();
if (process.platform !== "win32") {
const binariesPath = path.join(__dirname, "..", "binaries");
fs.chmodSync(path.join(binariesPath, "7zz"), 0o755);
fs.chmodSync(path.join(binariesPath, "7zzs"), 0o755);
}