diff --git a/compile_windows.bat b/compile_windows.bat index 8045458..74f95bc 100755 --- a/compile_windows.bat +++ b/compile_windows.bat @@ -15,3 +15,5 @@ docker build -t jcefbuild --file DockerfileWindows . if not exist "jcef" mkdir "jcef" if not exist "out" mkdir "out" docker run -v jcef:c:/jcef -v out:c:/out -e TARGETARCH=%1 -e BUILD_TYPE=%2 jcefbuild +dir jcef +dir out diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index 1dcfacd..479ff55 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -41,6 +41,7 @@ if "%TARGETARCH%"=="386" (cd ../binary_distrib/win32) else (cd ../binary_distrib del /F C:\out\binary_distrib.tar.gz if not exist "C:\out" mkdir "C:\out" tar -czvf C:\out\binary_distrib.tar.gz * +dir C:\out GOTO :EOF