summarylogtreecommitdiffstats
path: root/fix-lrelease-path.patch
blob: 7830706b65f55ed39b1a862e67e127d88d8b9321 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py	2026-06-28 22:10:33.049232033 +0200
+++ b/setup.py	2026-06-28 22:41:56.110769179 +0200
@@ -18,7 +18,7 @@
             return pyproject_files
 
     subprocess.run(["pylupdate6"] + extract_py_sources() + ["-ts", "meteo_qt/translations/meteo-qt_en.ts"])
-    subprocess.run(["lrelease-pro-qt6", "meteo_qt/meteo_qt.pro"])
+    subprocess.run(["/usr/lib/qt6/bin/lrelease-pro", "meteo_qt/meteo_qt.pro"])
 
 
 PROJECT_PATH = Path(__file__).parent