<template> <div class="progress"> <el-progress type="circle" :percentage="percentage" /> </div> </template> <script setup> import { onMounted, ref } from 'vue'; import { ipcRenderer } from 'electron' const percentage = ref(0) onMounted(() => { ipcRenderer.on('downloadProgress', ...
TypeScript iffy/electron-updater-example Star619 Code Issues Pull requests A complete example showing how to use `electron-updater` electronwindowsmacoselectron-updater UpdatedOct 15, 2021 JavaScript q809198545/electron-vue-demo Star50 Code Issues ...
- chore(deps): update devDependencies, including typescript - Updated dependencies [[`2e84f01351bcfb8f32df17c17bfeeeebb87a713f`](https://github.com/electron-userland/electron-builder/commit/2e84f01351bcfb8f32df17c17bfeeeebb87a713f), [`fc3a78e4e61f916058fca9b15fc16f076c3fabd1`](...
Once your app checks for updates, theautoUpdaterwill now prompt to update. Note: This sometimes takes a while. Releases2 electronupdater 0.0.1Latest Dec 25, 2023 + 1 release Packages No packages published Languages JavaScript43.8% TypeScript34.0% HTML22.2%...
@@ -45,6 +45,7 @@ import type { UpdateInfo, }from"electron-updater"; //eslint-disable-next-line @typescript-eslint/no-unused-vars typeUpdaterEventArg= |{ status:"error"; error:Error; message?:string} |{ status:"download-progress"; progressInfo:ProgressInfo} ...
- fix(chore): upgrading typescript and fixing compiler errors - [#8524](https://github.com/electron-userland/electron-builder/pull/8524) [`62fd74dc`](https://github.com/electron-userland/electron-builder/commit/62fd74dcfa13a564706141d08e5d0dea11ecf33b) Thanks [@mmaietta](https://gi...
In this project you can find all the nessesary libraries inside package.json to help you get started with React and Typescript, but also additional libraries, for building your project and adding automatic updates. Furthermore, all personalized configuration has been removed from this project, so...
Supports code-signing and basic updates with electron-updater. Resources Readme License MIT license Activity Stars 1 star Watchers 0 watching Forks 0 forks Report repository Releases No releases published Packages No packages published Languages TypeScript 100.0% ...
Supports code-signing and basic updates with electron-updater. Resources Readme License MIT license Activity Stars 1 star Watchers 0 watching Forks 0 forks Report repository Releases No releases published Packages No packages published Languages TypeScript 100.0% ...