We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80184ce commit 03b028bCopy full SHA for 03b028b
info.plist
@@ -80,12 +80,12 @@
80
<string>Searching</string>
81
<key>script</key>
82
<string>for exe in geotz timein; do
83
- bin="./bin/$exe"
+ bin="./$exe"
84
if xattr "$bin" 2>/dev/null | grep -q com.apple.quarantine; then
85
xattr -dr com.apple.quarantine "$bin" 2>/dev/null
86
fi
87
done
88
-./bin/geotz "${1}" | ./bin/timein --format=alfred</string>
+./geotz "${1}" | ./timein --format=alfred</string>
89
<key>scriptargtype</key>
90
<integer>1</integer>
91
<key>scriptfile</key>
0 commit comments