All Projects → matiastucci → electron-auto-updater-example

matiastucci / electron-auto-updater-example

Licence: MIT license
Electron auto updater example

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to electron-auto-updater-example

Action Electron Builder
:electron: GitHub Action for building and releasing Electron apps
Stars: ✭ 317 (+712.82%)
Mutual labels:  electron-builder
Fable Elmish Electron Material Ui Demo
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
Stars: ✭ 101 (+158.97%)
Mutual labels:  electron-builder
Picodeploy
Deploy Pico-8 Carts as Standalone Applications on Desktop 🖥️(Electron) and Mobile 📱(Ionic) 📦👾
Stars: ✭ 153 (+292.31%)
Mutual labels:  electron-builder
Bozon
🛠 Command line tool for building, testing and publishing modern Electron applications
Stars: ✭ 687 (+1661.54%)
Mutual labels:  electron-builder
Electrate
Quick and Easy Electron + React Boilerplace
Stars: ✭ 80 (+105.13%)
Mutual labels:  electron-builder
Electron Builder
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
Stars: ✭ 11,653 (+29779.49%)
Mutual labels:  electron-builder
elekid
Resolver for React's Server Side Render on Module, ReactElement or Electron
Stars: ✭ 21 (-46.15%)
Mutual labels:  electron-builder
Electron Vue
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Stars: ✭ 14,610 (+37361.54%)
Mutual labels:  electron-builder
Vite Electron Builder
Electron app boilerplate based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla
Stars: ✭ 96 (+146.15%)
Mutual labels:  electron-builder
Infinitex
A LaTeX and WYSIWYG editor with academic search functionality and other helpful tools
Stars: ✭ 145 (+271.79%)
Mutual labels:  electron-builder
Csgo Map Veto
An application to do map veto for the game Counter-Strike Global Offensive.
Stars: ✭ 24 (-38.46%)
Mutual labels:  electron-builder
Electron Metamask Boilerplate
Easily create a desktop version of your dApp using Electron (Muon) + MetaMask.
Stars: ✭ 67 (+71.79%)
Mutual labels:  electron-builder
React Typescript Electron Sample With Create React App And Electron Builder
React-TypeScript-Electron sample with Create React App and Electron Builder
Stars: ✭ 143 (+266.67%)
Mutual labels:  electron-builder
Electron Nuxt
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools
Stars: ✭ 452 (+1058.97%)
Mutual labels:  electron-builder
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+5010.26%)
Mutual labels:  electron-builder
Vue Cli Plugin Electron Builder
Easily Build Your Vue.js App For Desktop With Electron
Stars: ✭ 3,549 (+9000%)
Mutual labels:  electron-builder
Qlens
QLens is an electron app which dynamically generates GraphQL Schemas and Mongo Schema visualization. QLens significantly cuts development time by automating the formation of their GraphQL schemas based on information fetched from their non-relational database.
Stars: ✭ 110 (+182.05%)
Mutual labels:  electron-builder
Bilibilivideodownload
PC端下载bilibili视频
Stars: ✭ 223 (+471.79%)
Mutual labels:  electron-builder
Youtube Dl Gui
A cross-platform GUI for youtube-dl made in Electron and node.js
Stars: ✭ 183 (+369.23%)
Mutual labels:  electron-builder
Lector
📖 A simple PDF Reader built using Electron and PDF.js
Stars: ✭ 145 (+271.79%)
Mutual labels:  electron-builder

Electron auto updater example

Logo

Windows and OS X minimal Electron applications with auto updates implemented (based on the electron-quick-start).

Try it

The latest version of this example is 1.0.2. So, you can download the 1.0.1 one and see how the app finds the new version and downloads it 🎉

Powered by

Use it

# Clone this repository
git clone https://github.com/matiastucci/electron-auto-updater-example
# Go into the repository
cd electron-auto-updater-example
# Install dependencies
npm install
# Run the app
npm run dev
# Build the app
npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].