mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-15 13:43:44 +08:00
Support 32bit JVM on Windows 32bit builds
This commit is contained in:
7
DockerfileWindows64
Normal file
7
DockerfileWindows64
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM friwidev/jcefdocker:windows64-latest
|
||||
|
||||
WORKDIR C:/builder
|
||||
|
||||
#Copy and launch run script
|
||||
COPY scripts/run_windows.bat .
|
||||
ENTRYPOINT ["run_windows.bat"]
|
||||
Reference in New Issue
Block a user