Skip to content

Commit 24d4770

Browse files
committed
updates lrelease path for windows ci build
1 parent d7a9040 commit 24d4770

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for:
6565

6666
environment:
6767
PYTHON_V: 3.14 # Override the stack key
68-
QT_PATH: "C:/qt/6.9.3/msvc2022_64"
68+
QT_PATH: "C:/qt/6.9/msvc2022_64" #symbolic linked to latest 6.9.x folder
6969
PYQT: "6"
7070
PYUIC: "pyuic6.exe"
7171
BUILD_PYINSTALLER: "True"

src/build-derived-win.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ if ERRORLEVEL 1 (echo ** Failed in pylupdate6pro.py & exit /b 1) else (echo ** S
7373
echo ************* lrelease **************
7474
cd translations
7575
for /r %%a IN (*.ts) DO (
76-
qt%PYQT%-tools lrelease %%~a
77-
if ERRORLEVEL 1 (echo ** Failed in qt%PYQT%-tools lrelease step 2 & exit /b 1)
76+
%QT_Path%\bin\lrelease.exe %%~a
77+
if ERRORLEVEL 1 (echo ** Failed in %QT_Path%\bin\lrelease.exe step 2 & exit /b 1)
7878
)
7979
echo ** Success
8080
cd ..

0 commit comments

Comments
 (0)