This repository is the auto-update channel for Pythinker Desktop. It holds only release
artifacts and their electron-updater metadata (latest.yml, latest-mac.yml, installers).
Source code, issues and pull requests live in PyModel/pythinker-code.
electron-updater resolves updates through the repository default release. pythinker-code
publishes CLI releases continuously, so its latest release is a CLI release that carries no desktop
assets and no latest-mac.yml — every desktop update check against it fails. Keeping desktop
releases here means the latest release always describes the desktop app.
- Releases are published as normal releases, never drafts or pre-releases. A draft or pre-release is invisible to the updater.
- Tags are
v<version>, matchingapps/desktop/package.jsonin the source repository.