We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5a693 commit 5637aa9Copy full SHA for 5637aa9
src/osx/Installer.Mac/build.sh
@@ -61,7 +61,7 @@ OUTDIR="$INSTALLER_OUT/pkg/$CONFIGURATION"
61
PAYLOAD="$OUTDIR/payload"
62
COMPONENTDIR="$OUTDIR/components"
63
COMPONENTOUT="$COMPONENTDIR/com.microsoft.gitcredentialmanager.component.pkg"
64
-DISTOUT="$OUTDIR/gcm-osx-x64-$VERSION.pkg"
+DISTOUT="$OUTDIR/gcm-$RUNTIME-$VERSION.pkg"
65
66
# Layout and pack
67
"$INSTALLER_SRC/layout.sh" --configuration="$CONFIGURATION" --output="$PAYLOAD" --runtime="$RUNTIME" || exit 1
0 commit comments