Skip to content

Commit

Permalink
Replace find with findstr (LawnchairLauncher#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored and twnesss committed Oct 9, 2024
1 parent b7b5925 commit 75a808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Please check [the icon tool guide](/docs/icontool_guide.md) for more information
**For Windows**:

```console
adb shell dumpsys window | find "mCurrentFocus"
adb shell dumpsys window | findstr "mCurrentFocus"
```
![](docs/images/contributing-image-3.png)

Expand Down

0 comments on commit 75a808d

Please sign in to comment.