Skip to content

Commit c2361ea

Browse files
authored
fix: Fix dockerfile branch & move configration (#72)
1 parent 1c752fb commit c2361ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

SourceCode/Builds/build_with_msvc6_on_docker.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,10 @@ ENV CXX="$VS\\vc98\\bin\\CL.exe"
8484
# Clone the source code
8585
ENV GIT_VERSION_STRING="2.49.0"
8686
RUN git clone https://github.com/TheSuperHackers/GeneralsGameCode.git
87-
RUN mv /build/CnC_Generals_Zero_Hour /build/cnc
87+
RUN mv /build/GeneralsGameCode /build/cnc
8888
8989
WORKDIR /build/cnc
9090
91-
# Switch to WIP branch
92-
RUN git switch blade/cmake-build
93-
9491
# Run cmake
9592
RUN wine /build/tools/cmake/bin/cmake.exe \
9693
--preset vc6 \

0 commit comments

Comments
 (0)