vasilvestre / totk-mod-manager-for-switch-emulators

Zelda: Tears of the Kingdom Mod Manager is an open-source application, designed to assist players of Zelda: Tears of the Kingdom on the Yuzu emulator in managing mods for the game.
https://vasilvestre.github.io/totk-mod-manager-for-yuzu/
BSD 3-Clause "New" or "Revised" License
147 stars 7 forks source link

[Bug]: OpenSSL 1.1 is reaching its end of life on 2023/09/11 #46

Closed Krutonium closed 1 year ago

Krutonium commented 1 year ago

Describe the bug

1. Your mod manager is using OpenSSL 1.1
2. My Distro will stop supporting it/allowing it to be installed when that happens
3. You should probably set yourself up to use a newer version

https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/

What's your operating system?

Linux

vasilvestre commented 1 year ago

Please see the guide, afaik tauri have no solution except install the ssl for now :( sorry this isn't secure but it's not a priority right now. AppImage works nice

vasilvestre commented 1 year ago

See https://github.com/tauri-apps/tauri/issues/4470