Skip to content

Commit 6169c34

Browse files
$1
1 parent ad04c9c commit 6169c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$ARCH" == "" ]; then
77
exit 1
88
fi
99

10-
target="$(ls linuxdeploy-plugin-qt*-$ARCH.AppImage)"
10+
target="$1"
1111
if [ "$target" == "" ]; then
1212
echo "Usage: $0 <target.AppImage>"
1313
exit 1

0 commit comments

Comments
 (0)