diff options
author | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-10-03 10:48:42 -0300 |
---|---|---|
committer | Matias Linares <matias.linares@comprandoengrupo.net> | 2024-10-03 10:48:42 -0300 |
commit | 440fd1dd8c194e4e02fc47725296812fba31df5d (patch) | |
tree | a70a6c2da257b01359f3bf9f65b0a3f08e255e9d /justfile | |
parent | 1ab1edca0520ccb33196928f4a48cd521ef41d7c (diff) | |
download | kodereviewer-440fd1dd8c194e4e02fc47725296812fba31df5d.tar.gz |
Better layout
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/ |