mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-22 23:36:36 +08:00
Change paths again
This commit is contained in:
parent
7b182f5d74
commit
f9c43b7cbe
@ -14,6 +14,6 @@ docker build -t jcefbuild --file DockerfileWindows .
|
|||||||
:: Execute run with windows Dockerfile
|
:: Execute run with windows Dockerfile
|
||||||
if not exist "jcef" mkdir "jcef"
|
if not exist "jcef" mkdir "jcef"
|
||||||
if not exist "out" mkdir "out"
|
if not exist "out" mkdir "out"
|
||||||
docker run -v jcef:jcef -v out:out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild
|
docker run -v jcef:c:\jcef -v out:c:\out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild
|
||||||
dir jcef
|
dir jcef
|
||||||
dir out
|
dir out
|
||||||
|
Loading…
Reference in New Issue
Block a user