Skip to content

Commit

Permalink
fix: 🐛 gnirehtet custom dependent paths error
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 30, 2023
1 parent 2c97189 commit cfd0e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/exposes/gnirehtet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfd0e1d

Please sign in to comment.