From 97f6a0230eaab5e1350977d8436453700b9cee07 Mon Sep 17 00:00:00 2001 From: dmc Date: Mon, 5 Feb 2024 21:17:13 +0100 Subject: [PATCH] pear-runtime --- lib/system-status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system-status.js b/lib/system-status.js index 4c163f5..10df3ee 100644 --- a/lib/system-status.js +++ b/lib/system-status.js @@ -182,7 +182,7 @@ customElements.define('system-status', class extends HTMLElement { } #install () { - const runtime = path.join('..', 'current', 'by-arch', process.platform + '-' + process.arch, 'bin', 'runtime', 'pear') + const runtime = path.join('..', 'current', 'by-arch', process.platform + '-' + process.arch, 'bin', 'pear-runtime') fs.mkdirSync(BIN, { recursive: true }) if (isWin) { const ps1tmp = path.join(BIN, Math.floor(Math.random() * 1000) + '.pear')