Commit 1f5eb21
fix: add shell=True to launch handler for Windows app resolution
subprocess.Popen('calc') without shell=True fails on Windows because
CreateProcessW doesn't search PATH the same way cmd.exe does. WAA's
native /setup/launch endpoint hardcodes shell=True which is why it
works. Match that behavior.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1e7da2f commit 1f5eb21
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1618 | 1618 | | |
1619 | 1619 | | |
1620 | 1620 | | |
1621 | | - | |
| 1621 | + | |
1622 | 1622 | | |
1623 | 1623 | | |
1624 | 1624 | | |
| |||
0 commit comments