From 84f89f3464e6c17edd0751e7c9c2c16692f05e54 Mon Sep 17 00:00:00 2001 From: modernw Date: Fri, 10 Apr 2026 20:24:35 +0800 Subject: [PATCH] Update README with x86 runtime library note Added note about x86 runtime library installation requirements. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a338b20..e90e791 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@

Note: There is no official release yet, but the test version still does not have the Pre-released label; this is for testing upgrade functionality. Once the official release is complete, previous versions will be marked as Pre-released.

Note 2: Ensure that .NET Framework 4.6 is installed on your computer, as the runtime libraries automatically installed by the installer may not actually be installed on your system. Therefore, after completing the installation via the installer, be sure to download and run the .NET Framework 4.6 runtime library installer again.

+

Note 3: The x86 runtime library must be installed, as the program itself is compiled for the x86 architecture. (Unless the program is compiled for the ARM architecture, in which case the ARM runtime library must be installed.)

Download Runtime Libraries
Download Dependencies for Metro Apps

Attention