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 624700b commit 1552ccaCopy full SHA for 1552cca
src/linux/Packaging.Linux/build.sh
@@ -105,7 +105,7 @@ if [ $INSTALL_FROM_SOURCE = true ]; then
105
echo "Install complete."
106
else
107
# Pack
108
- "$INSTALLER_SRC/pack.sh" --configuration="$CONFIGURATION" --arch="$ARCH" --payload="$PAYLOAD" --symbols="$SYMBOLS" --version="$VERSION" || exit 1
+ "$INSTALLER_SRC/pack.sh" --configuration="$CONFIGURATION" --runtime="$RUNTIME" --payload="$PAYLOAD" --symbols="$SYMBOLS" --version="$VERSION" || exit 1
109
fi
110
111
echo "Build of Packaging.Linux complete."
0 commit comments