BoettcherDasOriginal / LeoConsole

LeoConsole is a terminal with many features! It allows you to quickly and easily program smaller or larger console functions or use those of others. It is written in C# 10 under .NET 6
GNU General Public License v3.0
2 stars 0 forks source link

[Bug] Still checking for update on Linux #47

Closed alexcoder04 closed 2 years ago

alexcoder04 commented 2 years ago

Description

Startup log:

Starting...
No updates found!
Loading: Users.lcs
...

It looks like LeoConsole is still checking for updates on Linux.

Steps to Reproduce

Install LeoConsole on Linux

Version with bug

Latest Git (2.1.0)

Last version that worked well

Unknown

Additional Information

The plan was to disable update checking on Linux, because there are no Linux LeoConsole builds available that it could download

Solution idea

Check the OS with System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(OSPlatform.Linux)