Skip to content

Commit

Permalink
Merge branch 'main' into github-api-downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Jun 7, 2024
2 parents f944b93 + 9bf283b commit 2f00011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/download.mts
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,10 @@ export async function downloadAndInstallNinja(

const targetDirectory = buildNinjaPath(version);
const archiveFileName = `ninja.zip`;
const assetName = `ninja-${NINJA_PLATFORMS[process.platform]}-${
const assetName = `ninja-${NINJA_PLATFORMS[process.platform]}${
process.platform === "linux"
? process.arch === "arm64"
? "aarch64"
? "-aarch64"
: ""
: ""
}.zip`;
Expand Down

0 comments on commit 2f00011

Please sign in to comment.