Electron Forge
GitHub
Discord
Search…
V6
Getting Started
Import Existing Project
Configuration
CLI
Built-in Templates
TypeScript
TypeScript + Webpack
Webpack
Forge Configuration
Plugins
Makers
Publishers
Bitbucket
Electron Release Server
GitHub
Nucleus
S3
Snapcraft
Guides
Electron Guides
Framework Integration
Developing with WSL
Advanced
Auto Update
Debugging
Extending Electron Forge
API Docs
Powered By
GitBook
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!
Previous
GitHub
Next
S3
Last modified
1yr ago
Copy link
Edit on GitHub
Contents
Usage