blob: c0b6f3228e8ec9e90ab545d6120b0c0811ef12c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
run:
python -mkodereviewer
build-python:
python -mbuild
build-flatpak:
flatpak-builder --verbose --force-clean flatpak-build-dir org.deprecated.kodereviewer.yml
qmltypes:
# If this fails, comment __main__.py code
pyside6-qml-stubgen kodereviewer/ --out-dir ./qmltypes/
|