diff --git a/packages/cli/bin/build-native b/packages/cli/bin/build-native index 3b8d442eee..d8cbfa372f 100755 --- a/packages/cli/bin/build-native +++ b/packages/cli/bin/build-native @@ -7,7 +7,7 @@ set -e # Otherwise every target will be built. OS="${1}" ARCH="${2:-x64}" -ARGS="--config package.json --compress Zstd" +ARGS="--config package.json --compress Brotli" PKG_NAME=$(node -p "require('./package.json').name.split('/').pop()") # check if OS is set and OS/ARCH is the same as the current system.