1.0.1 • Published 10 months ago

electron-updater-with-gitea v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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"
      }
      ...
     }