summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMatias Linares <matias.linares@comprandoengrupo.net>2024-10-03 10:48:42 -0300
committerMatias Linares <matias.linares@comprandoengrupo.net>2024-10-03 10:48:42 -0300
commit440fd1dd8c194e4e02fc47725296812fba31df5d (patch)
treea70a6c2da257b01359f3bf9f65b0a3f08e255e9d /justfile
parent1ab1edca0520ccb33196928f4a48cd521ef41d7c (diff)
downloadkodereviewer-440fd1dd8c194e4e02fc47725296812fba31df5d.tar.gz
Better layout
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/