Skip to content

Commit 5637aa9

Browse files
committed
macos build: use runtime instead of osx-x64
Update DISTOUT variable in build.sh to use RUNTIME variable instead of hard-coding osx-x64.
1 parent cf5a693 commit 5637aa9

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)