Skip to content

Commit f0f5c0a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/linux/Packaging.Linux/pack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ case "$i" in
2828
SYMBOLS="${i#*=}"
2929
shift # past argument=value
3030
;;
31-
--arch=*)
32-
ARCH="${i#*=}"
31+
--runtime=*)
32+
RUNTIME="${i#*=}"
3333
shift # past argument=value
3434
;;
3535
--configuration=*)

0 commit comments

Comments
 (0)