Immortal 1.26 — Windows setup fixes
Fixes for the provisioning kit on Windows — the app itself is unchanged from 1.25.
- Shell scripts now keep LF line endings on Windows checkouts, so the silent-install daemon no longer dies with a CRLF syntax error on the Portal ('Installing new apps is paused' on Gen-1 devices after a Windows-run setup). Diagnosed and fixed by @tgnm in #1 — our first outside contribution. Thank you!
provision.ps1 -Statusnow prints the current home launcher (also @tgnm).- README: Windows users should Unblock the downloaded files before running the kit (right-click → Properties → Unblock, or
Get-ChildItem -Recurse | Unblock-File) — thanks to a community tip on Reddit.
Existing installs update in place.