File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ mkdir "$folder";
3434# Generate dist archive and the release manifest
3535flatpak-builder --user " $folder " /build " $manifest " --build-only --stop-at=" $name " --keep-build-dirs --force-clean;
3636echo " meson dist --include-subprojects --no-tests" | flatpak-builder --user " $folder " /build " $manifest " --build-shell=" $name " --keep-build-dirs --state-dir=" $folder " /state;
37- < " $manifest " jq ' (.["modules"] | last | .["sources"] | last) |= {type: "archive", path: "generated- archive.tar.xz"}' > " $folder " /manifest-archive.json;
37+ < " $manifest " jq ' (.["modules"] | last | .["sources"] | last) |= {type: "archive", path: "archive.tar.xz"}' > " $folder " /manifest-archive.json;
3838
3939# Build the app from the dist archive, using the corrected manifest
4040cd " $folder " /;
You can’t perform that action at this time.
0 commit comments