This commit is contained in:
FriwiDev 2021-10-27 17:39:57 +02:00
parent 9587759327
commit b5d565f715

View File

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