Uncaught Exception:
TypeError: Cannot read property 'autoUpdater' of undefined
at install (/Applications/Gitify.app/Contents/Resources/app.asar/node_modules/electron-gh-releases/GhReleases.js:197:11)
at Function.<anonymous> (/Applications/Gitify.app/Contents/Resources/app.asar/main.js:45:9)
Screenshots
The value of updater:
The error:
Update
It looks like it is actually updating the app but it still throws that error
Hello! When I'm trying to use
updater.install()
but it seems thatupdater
isundefined
. Here you can find the source code.Details
Source Code
The Error
Screenshots
The value of
updater
:The error:
Update
It looks like it is actually updating the app but it still throws that error