electron-basic-updater icon indicating copy to clipboard operation
electron-basic-updater copied to clipboard

A very basic updater for Electron apps

Results 6 electron-basic-updater issues
Sort by recently updated
recently updated
newest added

Constantly getting "Cannot find module 'app'" whenever `require('electron-basic-updater')` is called.

I am using electron-asar-updater in my project but when I am running it is throwing error as "core.require" is not a function. I have already installed all the related dependecies....

I am using electron-asar-updater in my project but when I am running it is throwing error as "core.require" is not a function. I have already installed all the related dependecies....

windows seems to lock the asar file so "unlink" doesnt work :/

Hello, thanks for your awesome plugin, i just test it on mac, it works like a charm,but in windows it works,but is not replacing the current `package.json` in app `resources`.

I believe this issue is linked to a possible bug in Electron itself (which I go in to detail about here https://github.com/electron/electron/issues/9304), but I thought it should be noted here...