diff options
author | Matias Linares <matias@deprecated.org> | 2024-10-21 09:57:10 -0300 |
---|---|---|
committer | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-10-29 18:11:18 -0300 |
commit | a88655cd202dc43a64a7107f6f533bd386079386 (patch) | |
tree | ae6038d67657aa5bf1c18f2e2d1e6dc0bb1558ac /justfile | |
parent | d349e5014fc60a8ae140a56c457c3f3258959582 (diff) | |
download | kodereviewer-a88655cd202dc43a64a7107f6f533bd386079386.tar.gz |
Add reviews view :D
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ build-flatpak: qmltypes: # If this fails, comment __main__.py code pyside6-qml-stubgen kodereviewer/ --out-dir ./qmltypes/ + +gammaray: + gammaray --probe qt6_8-x86_64 python -mkodereviewer |