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:
parent
536da22e50
commit
bb7b5b62c2
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue