🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@nerdstgamers/electron-forge-publish-google-storage

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nerdstgamers/electron-forge-publish-google-storage

Electron Forge publisher for Google Cloud Storage with fixes for GitHub Actions

latest
npmnpm
Version
2.0.5
Version published
Maintainers
1
Created
Source

electron-forge-publisher-google-storage

Google Cloud Storage publisher for Electron Forge.

The publisher will upload the newly compiled application to <bucket>/<platform>/<application> path. It will also upload a manifest JSON file with the latest version number and path to the downloadable file under the platform path for easier auto-update logic.

This publisher supports electron-forge@6.

Usage

Example config:

{
  name: '@nerdstgamers/electron-forge-publish-google-storage',
  config: {
    projectId: 'my-google-cloud-project',
    bucket: 'bucket-to-store-updates-in',
    public: true,
    storageUrl: 'https://assets.my-project.com',
  },
}

storageUrl is optional and meant to be used with CNAME'd Google Cloud Storage buckets.

License

MIT

FAQs

Package last updated on 24 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts