electron-update-server-uploader

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i electron-update-server-uploader

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

51.8 kB

Total Files

6

Last publish

Collaborators

  • lucksoft