From cbe87e92b1e027d4607c57bb352de1eb3898fa2b Mon Sep 17 00:00:00 2001 From: modernw Date: Fri, 15 May 2026 22:23:54 +0800 Subject: [PATCH] Add note about VC2015 runtime library for ARM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 673f359..34f0975 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@
  • Microsoft .NET Framework 4.6 (x86/ARM)
  • Microsoft Visual C++ 2013 Redistributable (x86/ARM)
  • Microsoft Visual C++ 2015 Redistributable (x86/ARM)
  • +

    Note: Windows 8.x on ARM devices may require an update to install the VC2015 runtime library.

    Download

    Download the latest release from the Releases section.