05cf121666
The finish-page launch action started the app and also opened http://localhost:8080/ itself, but the app already auto-opens the browser on a manual (non-autostart) launch, so the page appeared twice. Drop the installer's redundant open and let the app handle it (it waits on /health, which is more reliable than a fixed sleep).