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:
parent
fa0d570b7f
commit
f3f878648b
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user