Skip to content

Commit

Permalink
fix: use gihub provider flow for auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed Apr 27, 2024
1 parent ad0dedd commit 1fb3157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates
provider: github
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./out/main/index.js",
"author": "example.com",
"homepage": "https://electron-vite.org",
"repository": "https://github.com/mterm-io/mterm.git",
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
Expand Down

0 comments on commit 1fb3157

Please sign in to comment.