fix: remove vcredist x86

Signed-off-by: Rahul Imran <notlutitious@gmail.com>
This commit is contained in:
Rahul Imran 2024-03-20 00:20:57 +00:00 committed by GitHub
parent b17e357b75
commit 924f00ab00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@ Like most apps on Windows, you have to install vcredist for Prism to run. Depend
You need:
- [vcredist 2022 x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) if you're using PrismLauncher-Windows-MSVC (the recommended version for Windows 10 64 bit/Windows 11).
- [vcredist 2022 x86](https://aka.ms/vs/17/release/vc_redist.x86.exe) if you're using PrismLauncher-Windows-MSVC-Legacy (the recommended version for Windows 7/8.1 and Windows 10 32 bit).
- [vcredist 2022 arm64](https://aka.ms/vs/17/release/vc_redist.arm64.exe) if you're using PrismLauncher-Windows-MSVC-arm64 (the recommended version for Windows 10/11 on ARM).
See the [wiki page](https://prismlauncher.org/wiki/overview/frequent-issues/#%22msvcp140_2.dll-was-not-found%22) on Prism's website for more information.