We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06324b commit c20ae97Copy full SHA for c20ae97
ci/test.sh
@@ -94,8 +94,7 @@ pushd linuxdeploy-plugin-qt-examples/QtWidgetsApplication
94
qmake CONFIG+=release PREFIX=/usr ../QtWidgetsApplication.pro || exit 1
95
INSTALL_ROOT="$PWD"/AppDir make install || exit 1
96
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
+ env OUTPUT=platforms.AppImage "$linuxdeploy_bin" --appdir "$PWD"/AppDir --plugin qt --output appimage || exit 1
+ mv -v platforms.AppImage "$build_dir" || exit 1
100
popd
101
0 commit comments