Merge pull request #546 from merlokk/appvtest

add proxspace workaround
This commit is contained in:
Oleg Moiseenko 2020-01-30 02:01:40 +02:00 committed by GitHub
commit 6d68e91377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,10 @@ clone_script:
ExecUpdate "update2" "C:\ProxSpace\msys2\msys2_shell.cmd -mingw32 -defterm -no-start /dev/null" "terminate?MSYS2"
bash -c -i 'pacman -S mingw-w64-i686-readline mingw-w64-i686-gcc git make pkg-config mingw-w64-i686-qt5 --noconfirm' 2>&1>$null
bash -c -i 'pacman -Suu --noconfirm' 2>&1>$null
Write-Host "Update " -NoNewLine
Write-Host "[ OK ]" -ForegroundColor Green