# Zeelake downloads

This directory is served as-is at **https://downloads.zeelake.com/** by the
Caddy reverse proxy (see `Caddyfile.prod` → `downloads.zeelake.com`).

Drop release artifacts here on the prod host. Everything in this directory
is publicly reachable; don't keep anything sensitive in it.

## Expected contents

| File | Produced by | Consumed by |
|---|---|---|
| `zeemedia-setup.exe` | `zzz-mediaOrganizer/installer/zeemedia.iss` (Inno Setup) | `mediaorganizer.zeelake.com` landing page "Download ZeeMedia" button |

## Publish flow (manual, for now)

1. Build on a Windows box: `cd zzz-mediaOrganizer/app && bash build.sh`
2. Run Inno Setup: `ISCC.exe ../installer/zeemedia.iss` → `zeemedia-setup.exe`
3. Copy to the prod host: `scp zeemedia-setup.exe user@server:/path/to/Zeelake_dev/downloads/`
4. No restart needed — Caddy serves whatever is in the mount.
