Skip to content

Commit 1552cca

Browse files
theofficialgmanMatthew John Cheetham
andauthored
Update src/linux/Packaging.Linux/build.sh
Co-authored-by: Matthew John Cheetham <[email protected]>
1 parent 624700b commit 1552cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linux/Packaging.Linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ $INSTALL_FROM_SOURCE = true ]; then
105105
echo "Install complete."
106106
else
107107
# Pack
108-
"$INSTALLER_SRC/pack.sh" --configuration="$CONFIGURATION" --arch="$ARCH" --payload="$PAYLOAD" --symbols="$SYMBOLS" --version="$VERSION" || exit 1
108+
"$INSTALLER_SRC/pack.sh" --configuration="$CONFIGURATION" --runtime="$RUNTIME" --payload="$PAYLOAD" --symbols="$SYMBOLS" --version="$VERSION" || exit 1
109109
fi
110110

111111
echo "Build of Packaging.Linux complete."

0 commit comments

Comments
 (0)