recoder/dev-run.sh

17 lines
421 B
Bash
Raw Normal View History

2025-06-05 12:37:55 +09:00
#!/bin/bash
2025-06-07 07:15:41 +09:00
# This is just a helper for development
2025-06-05 12:37:55 +09:00
# 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