From 1efe0ce515e19a990f0ac44ad3252333d6f8b59f Mon Sep 17 00:00:00 2001 From: Wayne Date: Fri, 10 Jul 2026 10:22:19 -0400 Subject: [PATCH] Initialize releases repo --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc12da0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# UnTill Releases + +Public, assets-only repository. Holds signed UnTill installer releases and +the `updater/latest.json` manifest that the app's auto-updater checks against. + +No source code lives here — see the (private) `wayne/UnTill` repo for that. +Releases are published by `pos-app/tools/publish-release.mjs`.