From 7455db362b16eb3dc7f779226fd617ced59f47af Mon Sep 17 00:00:00 2001 From: MeIchthys Date: Mon, 22 Sep 2025 23:08:54 -0400 Subject: [PATCH] fix install script path in hooks.py --- church/hooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/church/hooks.py b/church/hooks.py index 556f837..d6b34f8 100644 --- a/church/hooks.py +++ b/church/hooks.py @@ -227,8 +227,8 @@ app_include_icons = ["church/icons/custom_icons.svg"] # Installation # ------------ -before_install = "install.before_install" -after_install = "install.after_install" +before_install = "church.install.before_install" +after_install = "church.install.after_install" # Uninstallation # ------------