1.0.0 • Published 9 months ago

electron-update-server-uploader v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

update-server-uploader

This project aims to provide a bulk upload tool for Electron Nucleus application version files. It addresses the issue of bulk release of application versions in private or network-restricted scenarios.

Note: You can use continuous integration tools like Github Action to first package the application in various environments, then download the files, and finally upload them all to the Nucleus application update server.

简体中文 | English

Usage

git clone https://github.com/lucksoft-yungui/update-server-uploader.git
cd update-server-uploader
npm i
// There are two arguments for the command, the first is the version number, and the second 
npm run upload -- 1.1.4 /Users/test/Downloads/apps

The root directory structure is as shown below:

picture 0

Related Projects