electron-updater-with-gitea
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

electron-updater-with-gitea

This is the fork of electron-updater which include Gitea provider.
The Github provider has been changed to work with Gitea.
It's only work with Gitea v1.19.x.

Usage

Use 'github' as provider name.

In package.json

     "win": {
       "publish": {
        "provider": "github",
        "host": "your_host_name",
        "owner": "repo_owner",
        "repo": "repo_name",
        "private": true,
        "token": "your_personal_access_token"
      }
      ...
     }

/electron-updater-with-gitea/

    Package Sidebar

    Install

    npm i electron-updater-with-gitea

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    421 kB

    Total Files

    81

    Last publish

    Collaborators

    • b0gib0