From 7abf274654c9a400919a90a3f60fb2e162ff8b10 Mon Sep 17 00:00:00 2001 From: Thomas Harr Date: Mon, 2 Jan 2023 13:43:36 +0100 Subject: [PATCH] fix: Use system configured python3 from PATH variable --- src/info.plist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/info.plist b/src/info.plist index 1f9a129..deec090 100644 --- a/src/info.plist +++ b/src/info.plist @@ -123,7 +123,7 @@ runningsubtext Loading list of repos… script - /usr/local/bin/python3 repos.py search "$1" + /usr/bin/env python3 repos.py search "$1" scriptargtype 1 scriptfile @@ -173,7 +173,7 @@ escaping 102 script - /usr/local/bin/python3 repos.py open $appkey "$1" + /usr/bin/env python3 repos.py open $appkey "$1" scriptargtype 1 scriptfile @@ -215,7 +215,7 @@ variables={allvars} escaping 127 script - /usr/local/bin/python3 repos.py settings + /usr/bin/env python3 repos.py settings scriptargtype 1 scriptfile @@ -324,7 +324,7 @@ variables={allvars} escaping 127 script - /usr/local/bin/python3 repos.py update + /usr/bin/env python3 repos.py update scriptargtype 1 scriptfile @@ -460,7 +460,7 @@ Use the `reposhelp` command to see the help file. 180 version - 4.0.0 + 4.0.1 webaddress https://github.com/harrtho/alfred-repos