Skip to content

lucksoft-yungui/electron-update-server-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-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

Command Line Usage:

// There are two arguments for the command, the first is the version number, and the second is the location of the root directory of the update files.
npx electron-update-server-uploader 1.1.4 /Users/peiyandong/Downloads/apps

Usage from Source

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 is the location of the root directory of the update files.
npm run upload -- 1.1.4 /Users/test/Downloads/apps

The root directory structure is as shown below:

picture 0

Related Projects

About

Batch upload tool for Electron Nucleus update server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published