Loading CHANGES.md +5 −0 Original line number Diff line number Diff line Loading @@ -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 ------------- Loading cli/npm/install.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -25,6 +26,7 @@ const platforms = { x64: "linux-x86_64.tar.xz", }, win32: { arm64: "windows-x86_64.zip", x64: "windows-x86_64.zip", }, }; Loading Loading
CHANGES.md +5 −0 Original line number Diff line number Diff line Loading @@ -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 ------------- Loading
cli/npm/install.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -25,6 +26,7 @@ const platforms = { x64: "linux-x86_64.tar.xz", }, win32: { arm64: "windows-x86_64.zip", x64: "windows-x86_64.zip", }, }; Loading