trippsc2 / OpenTracker

An open-source cross-platform tracking application for A Link to the Past Randomizer.
MIT License
35 stars 9 forks source link

feature request: support libicu67 #78

Closed ThePieBandit closed 11 months ago

ThePieBandit commented 2 years ago

Ubuntu 20.04 does not have libicu versions other than libicu67 available it seems. see https://github.com/dotnet/core/issues/4588

trippsc2 commented 2 years ago

This is not really an issue with OpenTracker, but with .NET Core 3.1 on Ubuntu 20.04 and later. We're upgrading to .NET 5 in the next release and this may resolve the issue. Unfortunately, there's not a whole lot I can do to fix this.