update module

This commit is contained in:
Jonas Heinrich 2025-08-20 13:59:25 +02:00
parent 2c095ff8c0
commit b2890353c1
3 changed files with 74 additions and 56 deletions

View file

@ -30,7 +30,7 @@
installPhase = ''
install -Dm755 ${./fragify.py} $out/bin/fragify
mkdir -p $out/share/fragify
cp -r ${./templates} $out/share/fragify/
cp -r ${./templates} $out/share/fragify/templates
# Provide a WSGI entry file for uWSGI to load
install -Dm644 ${./fragify.py} $out/share/fragify/fragify_wsgi.py
# Install built assets if present