mirror of
https://github.com/meichthys/church.git
synced 2026-01-26 12:00:10 +00:00
fix install script path in hooks.py
This commit is contained in:
parent
676888fc37
commit
7455db362b
@ -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
|
||||
# ------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user