Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 6, 2024
1 parent 6775349 commit 7f3a83b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/package-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ create_appimage() {
}

build_flatpak() {
echo "Building a flatpak"

flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --noninteractive --user flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08 org.freedesktop.Sdk.Extension.rust-stable//23.08

Expand All @@ -110,7 +112,7 @@ build_flatpak() {
"$ARCHIVE_DIR/$TARGET-build-flatpak" \
"$FLATPAK_MANIFEST_PATH"

# flatpak build-finish "$ARCHIVE_DIR/$TARGET-build-flatpak"
flatpak build-finish "$ARCHIVE_DIR/$TARGET-build-flatpak"

flatpak build-export \
"$ARCHIVE_DIR/$TARGET-build-flatpak-repo" \
Expand Down

0 comments on commit 7f3a83b

Please sign in to comment.