electron-updater-example
electron-updater-example copied to clipboard
A complete example showing how to use `electron-updater`
I use electronic updater to package the generated zip package on the Mac. After decompression, it shows that you don't have permission to open the application. I display the contents...
Found version 2.0.0 (url: myapp-2.0.0-arm64-mac.zip, myapp-2.0.0-arm64.dmg) (node:8559) UnhandledPromiseRejectionWarning: TypeError: Cannot set property 'enabled' of undefined at /Users/gattino09/Dev/NodeJS/Electron/myapp/dist/mac-arm64/myapp.app/Contents/Resources/app.asar/main.js:130:23 at processTicksAndRejections (internal/process/task_queues.js:93:5) (Use `myapp --trace-warnings ...` to show where the warning was...
My Electron app error when auto updating, i tried to find on google but i still can't solve this problem 
hi.I'm using electron-vue again and I'm trying to use electronic-updater. After installation, I will report an error when I import it. If I don't import it, I won't report an...
Hi, I am looking for the example of s3 provider for auto-update. I've already done s3 publishing. But can't check the update from s3. Is there any example that I...
great thanks
I have followed all the steps in this [doc](https://www.electron.build/auto-update) **Version**: - **electron: 7.1.3** - **electron-updater: 4.2.0** - **electron-builder: 21.2.0** - **electron-notarize: 0.2.1** - **Working on: MacOS Catalina 10.15** **Build Config**...
I copied your code to my app. For whatever reason, electron on windows doesn't pick up new releases. At https://github.com/intelligrate/query-cloud-api/releases, I've two releases. Whilst running 1.0 release, ` "build": {...
I allready upload my installer and latest.yml but I did it manually not from command line. When i open my Apps . THat git me some error  
Hi how do I setup automatic updates with appveyor? My appveyor setup publishes new releases but my app can not auto update from these newly published releases. How do I...