Try to fix VS path again

This commit is contained in:
FriwiDev
2021-10-26 09:24:12 +02:00
parent 353ba8548d
commit ab93f2ad58
2 changed files with 5 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ if ("%2"=="") ( ^
exit 1 ^
)
#Execute build with windows Dockerfile
:: Execute build with windows Dockerfile
docker build -t jcefbuild --file DockerfileWindows .
#Execute run with windows Dockerfile
:: Execute run with windows Dockerfile
docker run -v jcef:c:/jcef -v out:c:/out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild