Skip to content

Commit 91ac161

Browse files
committed
Open download link when update available.
1 parent df46bf4 commit 91ac161

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function checkforupdate()
115115
if (current_version!=app_version)
116116
{
117117
alert("Update available!")
118+
gui.Shell.openExternal("https://github.com/octalmage/HotGifs/releases");
118119
}
119120
});
120121
}

0 commit comments

Comments
 (0)