Skip to content

Commit

Permalink
Support fedify cmd on Windows ARM64
Browse files Browse the repository at this point in the history
Close #160
  • Loading branch information
dahlia committed Nov 1, 2024
1 parent b61dcaa commit 1487613
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Version 1.2.2

To be released.

- Support the `fedify` command on Windows on ARM64 via x64 emulation.
[[#160]]

[#160]: https://github.com/dahlia/fedify/issues/160


Version 1.2.1
-------------
Expand Down
2 changes: 2 additions & 0 deletions cli/npm/install.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
} from "node:fs/promises";
import { tmpdir } from "node:os";
import { dirname, join } from "node:path";
import process from "node:process";
import { Readable } from "node:stream";
import { fileURLToPath } from "node:url";

Expand All @@ -25,6 +26,7 @@ const platforms = {
x64: "linux-x86_64.tar.xz",
},
win32: {
arm64: "windows-x86_64.zip",
x64: "windows-x86_64.zip",
},
};
Expand Down

0 comments on commit 1487613

Please sign in to comment.