1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
tretrauit 2020-10-04 13:57:11 +00:00
parent fa0d570b7f
commit f3f878648b

View File

@ -1,5 +1,5 @@
echo "Updating translations..."
$MSVCPATH = Read-Host 'Type your ABSOLUTE MSVC "bin" directory (ex: F:\Qt\5.15.1\msvc2019_64\bin)'
$MSVCPATH = Read-Host 'Type your ABSOLUTE Qt "bin" directory (ex: F:\Qt\5.15.1\msvc2019_64\bin)'
echo "Begin update translations..."
$files = Get-ChildItem ".\translations"
foreach ($f in $files){