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.
2 parents cf5a693 + 5637aa9 commit b83bf02Copy full SHA for b83bf02
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