File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 77
77
<key >runningsubtext </key >
78
78
<string >Searching docs for "{query}"... </string >
79
79
<key >script </key >
80
- <string >php livewire.php "{query}" </string >
80
+ <string >if [ -f "/opt/homebrew/bin/php" ]; then
81
+ /opt/homebrew/bin/php livewire.php "{query}"
82
+ elif [ -f "/usr/local/bin/php" ]; then
83
+ /usr/local/bin/php livewire.php "{query}"
84
+ elif [ -f "/usr/bin/php" ]; then
85
+ /usr/bin/php livewire.php "{query}"
86
+ fi </string >
81
87
<key >scriptargtype </key >
82
88
<integer >0 </integer >
83
89
<key >scriptfile </key >
@@ -166,7 +172,7 @@ https://github.com/tillkruss/alfred-laravel-docs</string>
166
172
<key >variablesdontexport </key >
167
173
<array />
168
174
<key >version </key >
169
- <string >0.1.2 </string >
175
+ <string >0.1.3 </string >
170
176
<key >webaddress </key >
171
177
<string >https://github.com/AlexMartinFR/alfred-livewire-docs/ </string >
172
178
</dict >
You can’t perform that action at this time.
0 commit comments