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

7.4.0 • Public • Published

publisher-electron-release-server

@electron-forge/publisher-electron-release-server publishes all your artifacts to a hosted instance of Electron Release Server where users will be able to download them.

Please note that Electron Release Server is a community powered project and is not associated with Electron Forge or the Electron project directly.

Configuration options are documented in PublisherERSConfig.

module.exports = {
  // ...
  publishers: [
    {
      name: '@electron-forge/publisher-electron-release-server',
      config: {
        baseUrl: 'https://update.server.com',
        username: 'admin',
        password: 'admin'
      }
    }
  ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @electron-forge/publisher-electron-release-server

Weekly Downloads

635

Version

7.4.0

License

MIT

Unpacked Size

24.1 kB

Total Files

11

Last publish

Collaborators

  • vertedinde
  • georgexu99
  • erickzhao
  • malept
  • marshallofsound