From f01fc2ac02ba3e9a121c48c2e824d831c2d57869 Mon Sep 17 00:00:00 2001 From: TheThing Date: Sat, 6 Apr 2024 17:36:35 +0000 Subject: [PATCH] sc: Fix new ABI showing running always false --- api/util.mjs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/util.mjs b/api/util.mjs index 41c3822..b1fe558 100644 --- a/api/util.mjs +++ b/api/util.mjs @@ -90,7 +90,7 @@ export function getStatus(ctx) { active: active, latestInstalled: installed, updated: appDb.updater, - running: app.running, + running: app.running || app.ctx.version, updating: app.updating, } } diff --git a/package.json b/package.json index 5cad833..2af3ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc-manager", - "version": "2.0.5", + "version": "2.0.6", "description": "", "main": "index.js", "scripts": {