Skip to content

Commit b83bf02

Browse files
authored
Merge pull request #788 from ldennington/arm-fix
macos build: use runtime instead of osx-x64
2 parents cf5a693 + 5637aa9 commit b83bf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osx/Installer.Mac/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OUTDIR="$INSTALLER_OUT/pkg/$CONFIGURATION"
6161
PAYLOAD="$OUTDIR/payload"
6262
COMPONENTDIR="$OUTDIR/components"
6363
COMPONENTOUT="$COMPONENTDIR/com.microsoft.gitcredentialmanager.component.pkg"
64-
DISTOUT="$OUTDIR/gcm-osx-x64-$VERSION.pkg"
64+
DISTOUT="$OUTDIR/gcm-$RUNTIME-$VERSION.pkg"
6565

6666
# Layout and pack
6767
"$INSTALLER_SRC/layout.sh" --configuration="$CONFIGURATION" --output="$PAYLOAD" --runtime="$RUNTIME" || exit 1

0 commit comments

Comments
 (0)