Skip to content

Commit

Permalink
Fix ninja asset name on linux
Browse files Browse the repository at this point in the history
Signed-off-by: William Vinnicombe <william.vinnicombe@raspberrypi.com>
  • Loading branch information
will-v-pi committed Apr 22, 2024
1 parent ef9bebe commit 0f4ff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/download.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { unxzFile, unzipFile } from "./downloadHelpers.mjs";
/// Translate nodejs platform names to ninja platform names
const NINJA_PLATFORMS: { [key: string]: string } = {
darwin: "mac",
linux: "lin",
linux: "linux",
win32: "win",
};

Expand Down

0 comments on commit 0f4ff62

Please sign in to comment.