diff --git a/.circleci/config.yml b/.circleci/config.yml index 51a2f499b..c2d4a190e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,6 +103,9 @@ jobs: - store_artifacts: path: /tmp/artifacts/ destination: / + - store_artifacts: + path: build/appimage.log + destination: / - *save_cache shellcheck: docker: diff --git a/cmake/linux/package_linux.sh.in b/cmake/linux/package_linux.sh.in index 24408a465..93c35db26 100644 --- a/cmake/linux/package_linux.sh.in +++ b/cmake/linux/package_linux.sh.in @@ -71,6 +71,7 @@ elif ! find "$LINUXDEPLOYQT" -mtime -$DAYSOLD 2>/dev/null|grep -q "." > /dev/nul touch "$LINUXDEPLOYQT" success "Downloaded $LINUXDEPLOYQT" "$LINUXDEPLOYQT" --appimage-extract > /dev/null 2>&1 + LINUXDEPLOYQT="squashfs-root/AppRun" APPIMAGETOOL="squashfs-root/usr/bin/appimagetool" success "Extracted $APPIMAGETOOL" else