Fixed app crashing because of model tweaks

This commit is contained in:
jeffser
2024-05-30 09:27:56 -06:00
parent 93ba903fc8
commit 725e0930fe
5 changed files with 34 additions and 29 deletions

View File

@@ -26,6 +26,15 @@ configure_file(
install_mode: 'r-xr-xr-x'
)
configure_file(
input: 'alpaca_search_provider.in',
output: 'alpaca_search_provider',
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr-xr-x'
)
alpaca_sources = [
'__init__.py',
'main.py',