This commit is contained in:
github-actions[bot]
2024-12-03 18:39:38 +00:00
parent 5261a1223f
commit 44e03577b2
117 changed files with 1008 additions and 458 deletions

View File

@@ -286,8 +286,8 @@ export function mockBundleDownloadApi({
process.platform === "win32"
? "win64"
: process.platform === "linux"
? "linux64"
: "osx64";
? "linux64"
: "osx64";
const baseUrl = apiDetails?.url ?? "https://example.com";