Skip to content

Commit

Permalink
Merge pull request #778 from GyroJoe/main
Browse files Browse the repository at this point in the history
Fix Mac x64 pkg
  • Loading branch information
mjcheetham committed Jul 8, 2022
2 parents dd4fe47 + 7a99cc0 commit cf5a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osx/Installer.Mac/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi

echo "Building for runtime '$RUNTIME'"

if [ "$RUNTIME" == "osx-x64"]; then
if [ "$RUNTIME" == "osx-x64" ]; then
DISTPATH="$INSTALLER_SRC/distribution.x64.xml"
else
DISTPATH="$INSTALLER_SRC/distribution.arm64.xml"
Expand Down

1 comment on commit cf5a693

@Inf99

This comment was marked as off-topic.

Please sign in to comment.