Proper cmake patching

This commit is contained in:
FriwiDev
2021-11-24 00:01:10 +01:00
parent 16d14bf294
commit 0e8dc56b0d
7 changed files with 91 additions and 328 deletions

View File

@@ -2,6 +2,10 @@ FROM friwidev/jcefdocker:windows-latest
WORKDIR C:/
#Copy cmake patching script
COPY scripts/patch_cmake.py .
COPY patch/CMakeLists.txt.patch .
#Copy and launch run script
COPY scripts/run_windows.bat .
ENTRYPOINT ["run_windows.bat"]