summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/justfile b/justfile
index 5674506..023979c 100644
--- a/justfile
+++ b/justfile
@@ -1,7 +1,16 @@
run:
python -mkodereviewer
-build-python:
+copy-assets:
+ mkdir -p share/locales/es/LC_MESSAGES/
+ mkdir -p share/applications/
+ mkdir -p share/icons/hicolor/scalable/apps/
+
+ cp po/es.mo share/locales/es/LC_MESSAGES/
+ cp org.deprecated.kodereviewer.svg share/icons/hicolor/scalable/apps/
+ cp org.deprecated.kodereviewer.desktop share/applications
+
+build-python: copy-assets
python -mbuild
build-flatpak: