Last updated 9 months ago
Was this helpful?
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 for more information on this project.
npm install --save-dev @electron-forge/publisher-nucleus
To use @electron-forge/publisher-nucleus, add it to the publishers array in your :
@electron-forge/publisher-nucleus
publishers
module.exports = { // ... publishers: [ { name: '@electron-forge/publisher-nucleus', config: { host: 'https://my-nucleus.mysite.com', appId: 1, channelId: 'abcdefg', token: process.env.TOKEN // string } } ] };
Configuration options are documented in .
atlassian/nucleus
PublisherNucleusConfig