# Wright Bar Desktop Downloads

Place release installers in this folder after building:

- `wright-bar-windows.exe`
- `wright-bar-1.0.0-windows-portable.zip`
- `wright-bar-mac.dmg`
- `wright-bar-mac.zip`

Current release status:

- `wright-bar-1.0.0-windows-portable.zip` is available as an unsigned portable Windows build.
- `wright-bar-windows.exe` requires a Windows/Wine-capable build host.
- macOS DMG/ZIP builds require a macOS build host plus Apple Developer ID signing and notarization.

Then run from `/var/www/sites/wright.bar/app`:

```bash
npm run desktop:checksums
```

This updates `/var/www/sites/wright.bar/public_html/downloads/checksums.json`.

The release manifest is:

```text
/var/www/sites/wright.bar/public_html/downloads/version.json
```

Do not claim builds are signed unless Windows code signing and macOS Developer ID signing/notarization have actually been completed.
