mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
fix: 🐛 Wireless adb does not support Spaces
This commit is contained in:
parent
5d102f320d
commit
1f27597ff3
@ -37,7 +37,7 @@ appStore.onDidChange('common.adbPath', async (value, oldValue) => {
|
||||
|
||||
const shell = async (command) => {
|
||||
const execPath = appStore.get('common.adbPath') || adbPath
|
||||
return exec(`${execPath} ${command}`, {
|
||||
return exec(`"${execPath}" ${command}`, {
|
||||
env: { ...process.env },
|
||||
shell: true,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user