mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
update by-arch format
This commit is contained in:
@@ -148,7 +148,7 @@ customElements.define('system-status', class extends HTMLElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#install () {
|
#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 })
|
fs.mkdirSync(BIN, { recursive: true })
|
||||||
if (isWin) {
|
if (isWin) {
|
||||||
const ps1tmp = path.join(BIN, Math.floor(Math.random() * 1000) + '.pear')
|
const ps1tmp = path.join(BIN, Math.floor(Math.random() * 1000) + '.pear')
|
||||||
|
|||||||
Reference in New Issue
Block a user