This repository was archived by the owner on May 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ autoUpdater.on('update-available', (info) => {
3232 } )
3333 . then ( ( { response } ) => {
3434 if ( response === 1 ) {
35- shell . openExternal ( 'https://webcatalog.io/webcatalog/release-notes /?utm_source=webcatalog_app' ) ;
35+ shell . openExternal ( 'https://webcatalog.io/webcatalog/changelog /?utm_source=webcatalog_app' ) ;
3636 }
3737 } )
3838 . catch ( console . log ) ; // eslint-disable-line
@@ -124,7 +124,7 @@ autoUpdater.on('update-downloaded', (info) => {
124124 dialog . showMessageBox ( dialogOpts )
125125 . then ( ( { response } ) => {
126126 if ( response === 2 ) {
127- shell . openExternal ( 'https://webcatalog.io/release-notes /?utm_source=webcatalog_app' ) ;
127+ shell . openExternal ( 'https://webcatalog.io/webcatalog/changelog /?utm_source=webcatalog_app' ) ;
128128 } else if ( response === 0 ) {
129129 // Fix autoUpdater.quitAndInstall() does not quit immediately
130130 // https://github.com/electron/electron/issues/3583
Original file line number Diff line number Diff line change 11{
22 "name" : " WebCatalog" ,
33 "description" : " Turn Any Websites Into Real Desktop Apps" ,
4- "version" : " 36.1 .0" ,
4+ "version" : " 36.2 .0" ,
55 "engines" : {
66 "node" : " >=14.0.0 <15.0.0"
77 },
You can’t perform that action at this time.
0 commit comments