From 968a5ebce005bfa98dfbdb4a5da763179ba14780 Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:04:03 +1100 Subject: [PATCH] set python3 explicitly --- default/alert_actions.conf | 1 + default/app.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/default/alert_actions.conf b/default/alert_actions.conf index 2f099f3..dba21c8 100644 --- a/default/alert_actions.conf +++ b/default/alert_actions.conf @@ -6,3 +6,4 @@ icon_path = appIcon.png alert.execute.cmd = send_apprise_alert.py alert.execute.cmd.arg.0 = --execute payload_format = json +python.version = python3 diff --git a/default/app.conf b/default/app.conf index 07e46a6..c4a80c4 100644 --- a/default/app.conf +++ b/default/app.conf @@ -12,5 +12,5 @@ label = Apprise Alert Action [launcher] author = Michael Clayfield -version = 1.1.1 +version = 1.1.2 description = Alert Action based on Apprise, for sending alerts to many different sources.