summarylogtreecommitdiffstats
path: root/awsvpnclient.runtimeconfig.json.patch
AgeCommit message (Collapse)Author
2024-12-13chore!: update to 4.1.0Richard Hillmann
upstream changelog: * Support for Ubuntu 22.04 and 24.04 * Bug fixes (honestly, what bugs have been fixed...?) changes: * desktop file fixed the whitespaces, patching the the additional StartupWMClass * openssl 3.0 is bundled with openvpn and fips module support has been adopted from original debian install scripts. * removing openssl-1.1 dependency, it shouldnt be necessary * removing the icu patch fixe, translation now works with recent .NET 8
2022-04-19Patch runtime config, fix icu error msgRichard Hillmann
Seems the binary cannot detect the new ICU package anymore. Fix by disabling localisations in runtime config. > Process terminated. Couldn't find a valid ICU package installed on the system. > Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.