mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
feat: Added update to Nighly/Stable release option
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user