1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

i18n: fix repo root path in update-translations.ps1

GitLab: #852
Change-Id: I1ff3099abdb539efb4761b5e0108779a71f701ec
This commit is contained in:
Amin Bandali 2022-10-17 22:05:45 -04:00
parent 536da22e50
commit bb7b5b62c2

View file

@ -1,7 +1,7 @@
[cmdletbinding()]
param ([string]$qtver);
$clientDir = split-path -parent $MyInvocation.MyCommand.Definition
$clientDir = Get-Location
$qtver = If ($qtver) { $qtver } Else { "5.15.0" }
$QtDir = "C:\Qt\$qtver\msvc2019_64"
if (-not(Test-Path -Path $QtDir)) {