From b5d565f715e205e98db28c94782acd775de8da49 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Wed, 27 Oct 2021 17:39:57 +0200 Subject: [PATCH] . --- compile_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_windows.bat b/compile_windows.bat index ccbb8e5..1a296c8 100755 --- a/compile_windows.bat +++ b/compile_windows.bat @@ -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