mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
fix: 🐛 gnirehtet custom dependent paths error
This commit is contained in:
parent
2c9718997b
commit
cfd0e1dc5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user