fix: Missing return value in update function

This commit is contained in:
WerWolv
2025-08-09 23:49:59 +02:00
parent 0870ab4d3c
commit 66e407549e

View File

@@ -1021,6 +1021,8 @@ namespace hex {
EM_ASM({ window.location.href = window.location.origin + "/nightly"; });
break;
}
return true;
#else
// Get the path of the updater executable
std::fs::path executablePath;