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/**/* - 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:
+1 -1
View File
@@ -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",