Skip to content

Commit f0a4aca

Browse files
linuxdeploy-plugin-qt-static
1 parent 3b7d5f9 commit f0a4aca

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

0 commit comments

Comments
 (0)