Skip to content

Commit 03b028b

Browse files
committed
fix: correct binary paths in Alfred workflow script
1 parent 80184ce commit 03b028b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080
<string>Searching</string>
8181
<key>script</key>
8282
<string>for exe in geotz timein; do
83-
bin="./bin/$exe"
83+
bin="./$exe"
8484
if xattr "$bin" 2&gt;/dev/null | grep -q com.apple.quarantine; then
8585
xattr -dr com.apple.quarantine "$bin" 2&gt;/dev/null
8686
fi
8787
done
88-
./bin/geotz "${1}" | ./bin/timein --format=alfred</string>
88+
./geotz "${1}" | ./timein --format=alfred</string>
8989
<key>scriptargtype</key>
9090
<integer>1</integer>
9191
<key>scriptfile</key>

0 commit comments

Comments
 (0)