From 9744718fe650b9d5e48facb28f9b0df94c813396 Mon Sep 17 00:00:00 2001 From: furkaninkosesi Date: Fri, 8 Aug 2025 00:09:29 +0300 Subject: [PATCH] fix dockerfile branch & move configration --- SourceCode/Builds/build_with_msvc6_on_docker.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SourceCode/Builds/build_with_msvc6_on_docker.md b/SourceCode/Builds/build_with_msvc6_on_docker.md index 14ef4d9b..45e35878 100644 --- a/SourceCode/Builds/build_with_msvc6_on_docker.md +++ b/SourceCode/Builds/build_with_msvc6_on_docker.md @@ -84,13 +84,10 @@ ENV CXX="$VS\\vc98\\bin\\CL.exe" # Clone the source code ENV GIT_VERSION_STRING="2.49.0" RUN git clone https://github.com/TheSuperHackers/GeneralsGameCode.git -RUN mv /build/CnC_Generals_Zero_Hour /build/cnc +RUN mv /build/GeneralsGameCode /build/cnc WORKDIR /build/cnc -# Switch to WIP branch -RUN git switch blade/cmake-build - # Run cmake RUN wine /build/tools/cmake/bin/cmake.exe \ --preset vc6 \