Skip to content

Commit

Permalink
update arch flag for electron builder
Browse files Browse the repository at this point in the history
  • Loading branch information
weswalla committed Sep 13, 2024
1 parent 8a9e984 commit 146173f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ "$(uname)" == "Darwin" ]; then
fi

echo "Building Electron app for architecture: $ARCH on macOS"
yarn workspace acorn build -- --arch=$ARCH
yarn workspace acorn build -- --$ARCH
else
echo "Building Electron app for default architecture on non-macOS"
yarn workspace acorn build
Expand Down

0 comments on commit 146173f

Please sign in to comment.