aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMatias Linares <matias.linares@comprandoengrupo.net>2024-10-31 09:51:24 -0300
committerMatias Linares <matias.linares@comprandoengrupo.net>2024-10-31 09:52:04 -0300
commitc2c0192561bc50c4c774e42642074e11bee1b1b6 (patch)
tree1412a59f2966aa4125c9022c12596904f8bd7c89 /justfile
parent10d04e65085712fe9206c08ac9600109a4bcfc8e (diff)
downloadkodereviewer-c2c0192561bc50c4c774e42642074e11bee1b1b6.tar.gz
Add translations
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: