summaryrefslogtreecommitdiff
path: root/scripts/release/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release/README.md')
-rw-r--r--scripts/release/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/release/README.md b/scripts/release/README.md
index 6707ca1..54c9086 100644
--- a/scripts/release/README.md
+++ b/scripts/release/README.md
@@ -18,16 +18,16 @@ root/targets/snapshot/timestamp TUF roles) and `scripts/release/repository/`
repo.** Losing the root key means you can never publish a trusted update to
existing installs again — they'd all need a fresh, non-updating reinstall.
-Rebuild once more (`pyinstaller labdaq.spec`) after this step, so the
+Rebuild once more (`pyinstaller labui.spec`) after this step, so the
freshly-generated `root.json` gets bundled into the app (see the `.spec`
file's `_root_json` check — it only bundles the file if it already exists).
## Every release
1. Bump `__version__` in `core/version.py`.
-2. `pyinstaller labdaq.spec` → produces `dist/LabDAQ/`.
+2. `pyinstaller labui.spec` → produces `dist/LabUI/`.
3. `python scripts/release/repo_release.py` → creates+signs
- `scripts/release/repository/targets/labdaq-<version>.tar.gz` and updates
+ `scripts/release/repository/targets/labui-<version>.tar.gz` and updates
the metadata files in `scripts/release/repository/metadata/`.
4. Create (first time) or reuse the GitHub Release tagged **`updates`** on
this repo, and upload every file from `scripts/release/repository/metadata/`