Skip to content

electron-auto-update not working with S3 #3498

Description

@sourabhChourasiya
  • Version:
    "electron": "^3.0.6",
    "electron-updater": "^4.0.4",
    "electron-builder": "^20.28.4",

  • Target:
    "mac": {
    "target": [
    "dmg",
    "zip"
    ],
    },

Hello,

I am working on electron auto update with s3. I followed the docs and implemented the same. I manually uploaded the required files like dmg, zip and latest.yml inside a folder on s3 bucket. However, when I start the app, it states no updates available. Do I need to setup something on S3 to accept request being made? pulling my hair into need, Any help would be appreciated.

Thanks

below is the configuration
"publish": { "provider": "generic", "url": "https://<-cdn url->/folder1/folder2", "publishAutoUpdate": true, "channel": "latest" },

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions