fix: 🐛 gnirehtet custom dependent paths error

This commit is contained in:
viarotel 2023-10-30 16:44:24 +08:00
parent 2c9718997b
commit cfd0e1dc5f

View File

@ -11,7 +11,7 @@ const appDebug = appStore.get('common.debug') || false
let adbkit = null
const shell = async (command, { debug = false, stdout, stderr } = {}) => {
const spawnPath = appStore.get('common.gnirehtet') || gnirehtetPath
const spawnPath = appStore.get('common.gnirehtetPath') || gnirehtetPath
const ADB = appStore.get('common.adbPath') || adbPath
const GNIREHTET_APK = gnirehtetApkPath