Nucleus
The Nucleus target publishes all your artifacts to an instance of Nucleus Update Server, this update service supports all three platforms. Check out the README at atlassian/nucleus for more information on this project.
Configuration options are documented in PublisherNucleusConfig​
We recommend you set the token option using an environment variable, don't hard code it into your config

Usage

1
{
2
name: '@electron-forge/publisher-nucleus',
3
config: {
4
host: 'https://my-nucleus.mysite.com',
5
appId: 1,
6
channelId: 'abcdefg',
7
token: 'my-token'
8
}
9
}
Copied!
Last modified 1yr ago
Copy link
Edit on GitHub
Contents
Usage