Unverified Commit 14876137 authored by Hong Minhee's avatar Hong Minhee
Browse files

Support `fedify` cmd on Windows ARM64

parent b61dcaaf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
-------------
+2 −0
Original line number Diff line number Diff line
@@ -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";

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