Appveyor: update executable directory

This commit is contained in:
James R 2021-05-04 16:50:50 -07:00
parent b31056c7d9
commit 53d1cbe826

View file

@ -100,9 +100,9 @@ build_script:
after_build:
- if [%X86_64%] == [1] (
set "BUILD_PATH=bin\Mingw64\Release"
set "BUILD_PATH=bin\64"
) else (
set "BUILD_PATH=bin\Mingw\Release"
set "BUILD_PATH=bin"
)
- if [%X86_64%] == [1] ( set "CONFIGURATION=%CONFIGURATION%64" )
- ccache -s