mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Missing return value in update function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user