From b006b1bd7d78db60de7716df35d11e2ad2c3210c Mon Sep 17 00:00:00 2001 From: jlobue10 Date: Sun, 2 Apr 2023 18:49:45 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e38fc..afd5ade 100644 --- a/README.md +++ b/README.md @@ -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.