From cfd0e1dc5f2e248923def25cebe0cffba56125b7 Mon Sep 17 00:00:00 2001 From: viarotel Date: Mon, 30 Oct 2023 16:44:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20gnirehtet=20custom=20depe?= =?UTF-8?q?ndent=20paths=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/exposes/gnirehtet/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/exposes/gnirehtet/index.js b/electron/exposes/gnirehtet/index.js index df8a1ade..e6d59ca3 100644 --- a/electron/exposes/gnirehtet/index.js +++ b/electron/exposes/gnirehtet/index.js @@ -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