Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/bin/build-native
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading