1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

packaging: omit metalangle from macos for now

It does feel a bit more sluggish on my intel mac recently, so let
leave it out.
This commit is contained in:
Wez Furlong 2020-12-17 20:18:02 -08:00
parent ee1d84829a
commit c6a55cd3b2

View File

@ -20,6 +20,9 @@ case $OSTYPE in
rm -rf $zipdir $zipname
mkdir $zipdir
cp -r assets/macos/WezTerm.app $zipdir/
# Omit MetalANGLE for now; it's a bit laggy compared to CGL,
# and on M1/Big Sur, CGL is implemented in terms of Metal anyway
rm $zipdir/WezTerm.app/*.dylib
cp -r assets/shell-integration/* $zipdir/WezTerm.app
cp $TARGET_DIR/release/wezterm $zipdir/WezTerm.app
cp $TARGET_DIR/release/wezterm-mux-server $zipdir/WezTerm.app