parent
02a979f267
commit
5040afc0e4
|
@ -90,3 +90,4 @@ out/
|
|||
|
||||
# terser map
|
||||
*.map
|
||||
src/index.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "comNG",
|
||||
"productName": "comNG",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.4",
|
||||
"description": "My Electron application description",
|
||||
"repository": "https://github.com/xenkuo/comNG",
|
||||
"main": "src/main.js",
|
||||
|
|
|
@ -228,7 +228,7 @@ window.onload = () => {
|
|||
|
||||
dialog.showMessageBox(dialogOpts).then((returnValue) => {
|
||||
if (returnValue.response === 0)
|
||||
shell.openExternal(res.assets[0].browser_download_url);
|
||||
shell.openExternal(res.author.html_url + "/comNG/releases");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue