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 @@ -32,7 +32,7 @@ mkdir "$folder";
3232# Generate dist archive and the release manifest
3333flatpak-builder --user " $folder " /build " $manifest " --build-only --stop-at=" $name " --keep-build-dirs --force-clean;
3434echo " meson dist --include-subprojects --no-tests" | flatpak-builder --user " $folder " /build " $manifest " --build-shell=" $name " --keep-build-dirs --state-dir=" $folder " /state;
35- < " $manifest " jq ' (.["modules"] | last | .["sources"] | last) |= {type: "archive", path: "archive.tar.xz"}' > build-flatpak-auto /manifest-archive.json;
35+ < " $manifest " jq ' (.["modules"] | last | .["sources"] | last) |= {type: "archive", path: "archive.tar.xz"}' > " $folder " /manifest-archive.json;
3636
3737# Build the app from the dist archive, using the corrected manifest
3838cd " $folder " /;
You can’t perform that action at this time.
0 commit comments