Skip to content
Snippets Groups Projects
Commit bb7b5b62 authored by Amin Bandali's avatar Amin Bandali
Browse files

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

GitLab: #852
Change-Id: I1ff3099abdb539efb4761b5e0108779a71f701ec
parent 536da22e
No related branches found
No related tags found
No related merge requests found
[cmdletbinding()] [cmdletbinding()]
param ([string]$qtver); param ([string]$qtver);
$clientDir = split-path -parent $MyInvocation.MyCommand.Definition $clientDir = Get-Location
$qtver = If ($qtver) { $qtver } Else { "5.15.0" } $qtver = If ($qtver) { $qtver } Else { "5.15.0" }
$QtDir = "C:\Qt\$qtver\msvc2019_64" $QtDir = "C:\Qt\$qtver\msvc2019_64"
if (-not(Test-Path -Path $QtDir)) { if (-not(Test-Path -Path $QtDir)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment