Update README.md

This commit is contained in:
jlobue10 2023-04-02 18:49:45 -07:00 committed by GitHub
parent 210624905b
commit b006b1bd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ sudo rm -rf /esp/efi/refind/
The GUI has been thoroughly tested and released. I'm working on adding a check for update function to the GUI. As this is just a minor QoL improvement and not any functional "improvement," the priority is not that high, and there's no specific ETA for when this will be working.
There's still an elusive failure to compile error or other `libc` dependency issue that affects a small number of users. I suspect that on those Steam Decks, there's a an actual SteamOS installation issue that a reinstall will fix. I understand that not everyone would want to perform the reinstallation though, so I will work on figuring out how to successfully compile a version of the GUI with static dependencies. This static version will end up being a larger binary executable and will not be the recommended version unless users are affected by the compile and failure to launch errors of the normal (dynamic library) version. This is a work in progress and will likely be initially released with version 1.1.9.
There's still an elusive failure to compile error or other `libc` dependency issue that affects a small number of users. I suspect that on those Steam Decks, there's a an actual SteamOS installation issue that a reinstall of SteamOS will fix. I understand that not everyone would want to perform the reinstallation though, so I will work on figuring out how to successfully compile a version of the GUI with static dependencies. This static version will end up being a larger binary executable and will not be the recommended version unless users are affected by the compile and failure to launch errors of the normal (dynamic library) version. This is a work in progress and will likely be initially released with version 1.1.9.
I also have an unreleased repo meant for laptops and desktops with generic Linux and Windows rEFind dual boot support (with support for secure boot). I may release this at some point, but there's no ETA.