@electron-forge/publisher-nucleus
TypeScript icon, indicating that this package has built-in type declarations

7.3.1 • Public • Published

publisher-nucleus

@electron-forge/publisher-nucleus publishes all your artifacts to an instance of Nucleus Update Server where users will be able to download them. 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 `Publisher NucleusConfig.

module.exports = {
  // ...
  publishers: [
    {
      name: '@electron-forge/publisher-nucleus',
      config: {
        host: 'https://my-nucleus.mysite.com',
        appId: 1,
        channelId: 'abcdefg',
        token: 'my-token'
      }
    }
  ]
};

We recommend you set the tokenoption using an environment variable, don't hard code into in your config.

Readme

Keywords

none

Package Sidebar

Install

npm i @electron-forge/publisher-nucleus

Weekly Downloads

557

Version

7.3.1

License

MIT

Unpacked Size

13.5 kB

Total Files

11

Last publish

Collaborators

  • vertedinde
  • georgexu99
  • erickzhao
  • malept
  • marshallofsound