recoder/dev-run.sh
2025-06-07 07:15:41 +09:00

16 lines
421 B
Bash
Executable file

#!/bin/bash
# This is just a helper for development
# Compile resources
glib-compile-resources src/resources/resources.xml \
--target=src/recoder/resources.gresource \
--sourcedir=src/resources
# Compile GSettings schemas (using correct path)
glib-compile-schemas src/resources
# Run the app with environment variables
GSETTINGS_SCHEMA_DIR=$(pwd)/src/resources \
PYTHONPATH=$(pwd)/src \
python -m recoder.app