1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

windows: include ANGLE EGL in the zip download

This commit is contained in:
Wez Furlong 2021-02-09 08:34:58 -08:00
parent 6371ec501a
commit 9bf419ebae

View File

@ -64,6 +64,8 @@ case $OSTYPE in
$TARGET_DIR/release/wezterm.pdb \
assets/windows/conhost/conpty.dll \
assets/windows/conhost/OpenConsole.exe \
assets/windows/angle/libEGL.dll \
assets/windows/angle/libGLESv2.dll \
$zipdir
mkdir $zipdir/mesa
cp $TARGET_DIR/release/mesa/opengl32.dll \