diff --git a/lib/libimhex/source/api/imhex_api.cpp b/lib/libimhex/source/api/imhex_api.cpp index ecca3a9b6..6609afc69 100644 --- a/lib/libimhex/source/api/imhex_api.cpp +++ b/lib/libimhex/source/api/imhex_api.cpp @@ -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;