summaryrefslogtreecommitdiff
path: root/core/updater.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/updater.py')
-rw-r--r--core/updater.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/updater.py b/core/updater.py
index d22cd42..471ef0b 100644
--- a/core/updater.py
+++ b/core/updater.py
@@ -21,7 +21,7 @@ from typing import Optional
from core.app_settings import app_data_dir
from core.version import __version__ as CURRENT_VERSION
-APP_NAME = "labdaq"
+APP_NAME = "labui"
_RELEASE_BASE_URL = "https://github.com/c-kolset/labUI-python/releases/download/updates/"
METADATA_BASE_URL = _RELEASE_BASE_URL
@@ -50,7 +50,7 @@ def _bootstrap_root_json(metadata_dir: Path) -> None:
remotely on first use, by design (TUF's root of trust has to come from
somewhere already trusted, not from the same server being verified).
- So the copy bundled into the app (labdaq.spec bundles
+ So the copy bundled into the app (labui.spec bundles
scripts/release/repository/metadata/root.json to "repository/metadata")
has to be seeded into metadata_dir before the first Client is ever
constructed on a given machine. sys._MEIPASS is where PyInstaller puts