mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
update by-arch format
This commit is contained in:
@@ -148,7 +148,7 @@ customElements.define('system-status', class extends HTMLElement {
|
||||
}
|
||||
|
||||
#install () {
|
||||
const runtime = path.join(config.pearDir, 'current', 'by-arch', process.platform + '-' + process.arch, 'bin', 'bare', 'pear')
|
||||
const runtime = path.join('..', 'current', 'by-arch', process.platform + '-' + process.arch, 'bin', 'runtime', 'pear')
|
||||
fs.mkdirSync(BIN, { recursive: true })
|
||||
if (isWin) {
|
||||
const ps1tmp = path.join(BIN, Math.floor(Math.random() * 1000) + '.pear')
|
||||
|
||||
Reference in New Issue
Block a user