pear-runtime

This commit is contained in:
dmc
2024-02-05 21:17:13 +01:00
parent 5fdfb6c537
commit 97f6a0230e

View File

@@ -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')