import pear -> global.Pear, font

This commit is contained in:
dmc
2024-01-29 15:49:21 +01:00
parent a2dbb32d51
commit 3fda3df05d
4 changed files with 6 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import os from 'os'
import fs from 'fs'
import path from 'path'
import { spawn } from 'child_process'
import { config, versions } from 'pear'
const { config, versions } = Pear
const BIN = path.join(config.pearDir, 'bin')
const isWin = process.platform === 'win32'