nxyz sources for Windows
========================

The vault is the live site (https://sources.nxyz.art) — the same origin as
the Mac app. A production deploy updates Windows automatically. This zip is
only a small launcher .exe (Edge --app=), not a second copy of the site.

Requires Microsoft Edge (ships with Windows 10/11).

1. Unzip.
2. Double-click nxyz-sources.exe.
3. A dedicated window opens. A Start Menu shortcut (“nxyz sources”) is created.

The .exe is unsigned. Windows SmartScreen may say “Windows protected your PC”
— More info → Run anyway. An Authenticode certificate is the not-lean step
we skipped on purpose.

Google / Apple sign-in works because this is real Edge, not an embedded
WebView. Rebuild the zip when the launcher itself changes:

    cd desktop/windows && make zip

`desktop/macos` `make dmg` runs that target too, so Mac and Windows artifacts
land in public/downloads/ together before the usual `npx vercel --prod`.
