fix install script path in hooks.py

This commit is contained in:
MeIchthys 2025-09-22 23:08:54 -04:00 committed by GitHub
parent 676888fc37
commit 7455db362b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
# ------------