ci: building rust on dev

This commit is contained in:
Chubby Granny Chaser
2025-04-12 18:00:20 +01:00
parent 4d76182f2e
commit ee1dda90d9
5 changed files with 7 additions and 5 deletions

View File

@@ -371,6 +371,7 @@ export class DownloadManager {
game_id: downloadId,
url: downloadUrl,
save_path: download.downloadPath,
allow_multiple_connections: true,
};
}
case Downloader.TorBox: {
@@ -383,6 +384,7 @@ export class DownloadManager {
url,
save_path: download.downloadPath,
out: name,
allow_multiple_connections: true,
};
}
}

View File

@@ -69,7 +69,7 @@ export class PythonRPC {
"..",
"rust_rpc",
"target",
"release",
"debug",
rustBinaryNameByPlatform[process.platform]!
),
];