chore: drop legacy Relay signing

This commit is contained in:
Peter Steinberger
2026-01-16 02:51:45 +00:00
parent 23e4ba845c
commit 16bc4cdef3
4 changed files with 16 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ function resolveControlUiRoot(): string | null {
}
})();
const candidates = [
// Packaged relay: Resources/Relay/control-ui
// Packaged app: control-ui lives alongside the executable.
execDir ? path.resolve(execDir, "control-ui") : null,
// Running from dist: dist/gateway/control-ui.js -> dist/control-ui
path.resolve(here, "../control-ui"),