Skip to content

Commit 7d3d88e

Browse files
committed
Fix build-flatpak.sh utility script
1 parent c28638c commit 7d3d88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/build-flatpak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mkdir "$folder";
3434
# Generate dist archive and the release manifest
3535
flatpak-builder --user "$folder"/build "$manifest" --build-only --stop-at="$name" --keep-build-dirs --force-clean;
3636
echo "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
4040
cd "$folder"/;

0 commit comments

Comments
 (0)