From f9c43b7cbe3e48a85104cce0afcb76fe55829706 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Sun, 14 Nov 2021 19:30:01 +0100 Subject: [PATCH] Change paths again --- compile_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_windows.bat b/compile_windows.bat index cffecc5..db3271b 100755 --- a/compile_windows.bat +++ b/compile_windows.bat @@ -14,6 +14,6 @@ docker build -t jcefbuild --file DockerfileWindows . :: Execute run with windows Dockerfile if not exist "jcef" mkdir "jcef" 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 out