Skip to content

Commit bc6c25d

Browse files
committed
Update osx-find-exec, to fix a bug with multiple app instances
Previously, if you had multiple instances of a bundle id present, and spotlight enabled, it would always claim that the app wasn't installed at all. It now uses the first instance found.
1 parent d0ef25b commit bc6c25d

File tree

2 files changed

+15
-34
lines changed

2 files changed

+15
-34
lines changed

package-lock.json

Lines changed: 14 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bugs": "https://github.com/httptoolkit/httptoolkit-server/issues",
2828
"dependencies": {
2929
"@httptoolkit/browser-launcher": "^1.5.0",
30-
"@httptoolkit/osx-find-executable": "^1.1.0",
30+
"@httptoolkit/osx-find-executable": "^1.1.1",
3131
"@oclif/command": "^1.5.4",
3232
"@oclif/config": "^1.13.3",
3333
"@oclif/plugin-help": "^2.1.3",

0 commit comments

Comments
 (0)