Skip to content

Commit cf5a693

Browse files
authored
Merge pull request #778 from GyroJoe/main
Fix Mac x64 pkg
2 parents dd4fe47 + 7a99cc0 commit cf5a693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osx/Installer.Mac/dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fi
7070

7171
echo "Building for runtime '$RUNTIME'"
7272

73-
if [ "$RUNTIME" == "osx-x64"]; then
73+
if [ "$RUNTIME" == "osx-x64" ]; then
7474
DISTPATH="$INSTALLER_SRC/distribution.x64.xml"
7575
else
7676
DISTPATH="$INSTALLER_SRC/distribution.arm64.xml"

0 commit comments

Comments
 (0)