feat(desktop): switch auto-update provider from generic to github

This commit is contained in:
Jannis Braun
2026-03-21 02:29:28 +01:00
parent 9e4878c48f
commit a234041210
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ files:
- resources/**/*
- "!node_modules"
publish:
- provider: generic
url: "${env.BACKSPACE_UPDATE_URL}"
useMultipleRangeRequest: false
- provider: github
owner: TheZwiss
repo: backspace
protocols:
- name: Backspace
schemes:
+1 -1
View File
@@ -7,7 +7,7 @@
"name": "youruser",
"email": "backspace@backspace.chat"
},
"homepage": "https://github.com/youruser/backspace",
"homepage": "https://github.com/TheZwiss/backspace",
"main": "dist/main.js",
"scripts": {
"build:ts": "tsc",