Skip to content

Commit c20ae97

Browse files
committed
Update test
1 parent b06324b commit c20ae97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ pushd linuxdeploy-plugin-qt-examples/QtWidgetsApplication
9494
qmake CONFIG+=release PREFIX=/usr ../QtWidgetsApplication.pro || exit 1
9595
INSTALL_ROOT="$PWD"/AppDir make install || exit 1
9696

97-
"$LINUXDEPLOY_BIN" --appdir "$PWD"/AppDir --plugin qt --output appimage || exit 1
98-
APPIMAGE=(*AppImage)
99-
mv -v "${APPIMAGE[0]}" "$BUILD_DIR/offscreen-${APPIMAGE[0]}" || exit 1
97+
env OUTPUT=platforms.AppImage "$linuxdeploy_bin" --appdir "$PWD"/AppDir --plugin qt --output appimage || exit 1
98+
mv -v platforms.AppImage "$build_dir" || exit 1
10099
popd
101100
popd

0 commit comments

Comments
 (0)