Skip to content
Snippets Groups Projects
Commit accd126d authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix gen_translations.py running Qt4 lrelease in Makefile

parent 346a5c59
No related branches found
No related tags found
1 merge request!778Release 0.51.0
......@@ -4,7 +4,7 @@
# run tests
tests:
python3 gen_resources.py
python3 gen_translations.py --lrelease
python3 gen_translations.py
pytest -q -s --disable-warnings ${TESTS_FILTER}
# check
......@@ -35,7 +35,7 @@ build:
if [ -d "./build" ]; then rm -r build/*; fi
if [ -d "./dist" ]; then rm -r dist/*; fi
python3 gen_resources.py
python3 gen_translations.py --lrelease
python3 gen_translations.py
python3 setup.py sdist bdist_wheel
twine check dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment