electron-forge-publish-google-storage

2.0.2 • Public • Published

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:

"forge": {
  "googleCloudStorage": {
    "projectId": "project-1",
    "bucket": "download.domain.com",
    "storageUrl": "https://download.domain.com"
    "public": true
  }
}

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i electron-forge-publish-google-storage

Weekly Downloads

2

Version

2.0.2

License

MIT

Unpacked Size

251 kB

Total Files

9

Last publish

Collaborators

  • jorilallo