Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
bb7b5b62
Commit
bb7b5b62
authored
2 years ago
by
Amin Bandali
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/scripts/update-translations.ps1
+1
-1
1 addition, 1 deletion
extras/scripts/update-translations.ps1
with
1 addition
and
1 deletion
extras/scripts/update-translations.ps1
+
1
−
1
View file @
bb7b5b62
[
cmdletbinding
()]
[
cmdletbinding
()]
param
([
string
]
$qtver
);
param
([
string
]
$qtver
);
$clientDir
=
split-path
-parent
$MyInvocation
.
MyCommand
.
Defini
tion
$clientDir
=
Get-Loca
tion
$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
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment