summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/justfile b/justfile
index c368629..c0b6f32 100644
--- a/justfile
+++ b/justfile
@@ -1,9 +1,12 @@
run:
python -mkodereviewer
-build:
+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/