Extracts the necessary libraries for LibreWolf/Firefox from the Microsoft Visual C++ Redistributable Runtime installers (amd64/arm64).
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| LICENSE | ||
| README.md | ||
Visual C++ Redistributable Runtime libraries for LibreWolf
This extracts the necessary amd64 and arm64 libraries for LibreWolf/Firefox from the Microsoft Visual C++ Redistributable Runtime installer (https://aka.ms/vc14/vc_redist.x64.exe).
Makes use of:
- Docker Wine (MIT) by Scott Hardy
- Our build of Relic Client (Apache 2.0) by SAS Software, to verify the integrity of the downloaded files from Microsoft.
- Dark WiX Decompiler (Ms-RL) by .NET Foundation and contributors, to extract the .msi from the executable
- msiextract from msitools (LGPL-2.1+) by GNOME, Red Hat, Inc. et al., to extract the libraries from the .msi