mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-12-30 01:55:56 +08:00
Proper cmake patching
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user