fix: resolve Electron auto-updater 404 errors

- Update repository URL to correct Gitea location
- Disable auto-updates due to Gitea hosting limitations
- Remove GitHub provider configuration from electron-builder
- Add comprehensive documentation for future update strategies
- Fixes HttpError 404 when checking for GitHub releases

The app was trying to check for updates on GitHub but the repository
is hosted on Gitea. Auto-updates are now disabled with manual
distribution as the current update mechanism.
This commit is contained in:
Matthew Raymer
2025-07-11 23:16:26 -07:00
parent bdef67cbe4
commit 2a9b6a6444
4 changed files with 189 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/trentlarson/crowd-master"
"url": "https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa"
},
"license": "MIT",
"main": "build/src/index.js",