Penpoint Updates Server

This is the auto-updater endpoint for Penpoint.

For Developers

The latest.json file contains the update manifest that Penpoint checks when looking for updates.

Current Version

Check latest.json for the current release information.

Repository Structure

penpoint-updates/
├── latest.json           # Update manifest
├── releases/
│   └── {version}/       # Version-specific update packages
│       ├── *.nsis.zip   # Windows update bundle
│       └── *.app.tar.gz # macOS update bundle
└── index.html           # This page