update-electron-app icon indicating copy to clipboard operation
update-electron-app copied to clipboard

🌲 A drop-in module that adds autoUpdating capabilities to Electron apps

Results 32 update-electron-app issues
Sort by recently updated
recently updated
newest added

Thank you for this marvellous tech! I have added this module to my project but still getting an error. Do we need to package using Squirrel.Windows? I am trying this...

I'd like to customize the dialog message when user downloaded the update. Is it possible?

I need to check the progress of the update, how can I get that event in "update-electron-app".

My case is: 1. The log shows new version downloaded (see log below) 2. The update dialog shows up correctly. 3. After clicking the `restart` button, the app closed, and...

I'm surprised that the app version's aren't compared and the update aborted if the local version is higher than the update server version. Can anyone shine some light onto this...

Hey guys is auto-updater is working with the .pkg file? Previously i checked with .dmg and working fine but Right now, I tried with .pkg and it's not working. I...

Hi, I'm a young dev and just created an open source electron app. I also want to have the feature to let users know that there is an update for...

enhancement

Hi All, As I'm sure you know, we all need to build two versions for the mac right now due to the Intel and Apple Silicon versions. This means that...

enhancement

Hello there, First time using this plugin, I have an issue with it. When I try to run `yarn dev` I have an exception telling that package.json does not exist...

question

Hi! I love that someone is trying to make the update process more straightforward and easier to set up for Electron developers. As one of the original authors of Squirrel,...

meta