feat: Added update to Nighly/Stable release option

This commit is contained in:
WerWolv
2025-08-09 12:25:22 +02:00
parent 5c3dfa08b2
commit a403980976
3 changed files with 13 additions and 1 deletions

View File

@@ -234,7 +234,7 @@ int main(int argc, char **argv) {
const auto updatePath = downloadUpdate(updateArtifactUrl);
// Install the update
if (installUpdate(*updatePath)) {
if (!installUpdate(*updatePath)) {
// Open the latest release page in the default browser to allow the user to manually update
hex::openWebpage(releaseUrl);