Skip to content

Commit 6411ea8

Browse files
committed
Fix ci
1 parent 33db318 commit 6411ea8

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
@@ -32,7 +32,7 @@ mkdir "$folder";
3232
# Generate dist archive and the release manifest
3333
flatpak-builder --user "$folder"/build "$manifest" --build-only --stop-at="$name" --keep-build-dirs --force-clean;
3434
echo "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
3838
cd "$folder"/;

0 commit comments

Comments
 (0)