feat(desktop): switch auto-update provider from generic to github
This commit is contained in:
@@ -8,9 +8,9 @@ files:
|
|||||||
- resources/**/*
|
- resources/**/*
|
||||||
- "!node_modules"
|
- "!node_modules"
|
||||||
publish:
|
publish:
|
||||||
- provider: generic
|
- provider: github
|
||||||
url: "${env.BACKSPACE_UPDATE_URL}"
|
owner: TheZwiss
|
||||||
useMultipleRangeRequest: false
|
repo: backspace
|
||||||
protocols:
|
protocols:
|
||||||
- name: Backspace
|
- name: Backspace
|
||||||
schemes:
|
schemes:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"name": "youruser",
|
"name": "youruser",
|
||||||
"email": "backspace@backspace.chat"
|
"email": "backspace@backspace.chat"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/youruser/backspace",
|
"homepage": "https://github.com/TheZwiss/backspace",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:ts": "tsc",
|
"build:ts": "tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user