search health
This commit is contained in:
@@ -20,7 +20,7 @@ if [[ "$(uname -m)" != x86_64 ]]; then
|
||||
echo "The Flatpak production build currently supports x86_64 only" >&2
|
||||
exit 1
|
||||
fi
|
||||
for command in flatpak flatpak-builder; do
|
||||
for command in flatpak flatpak-builder appstreamcli; do
|
||||
if ! command -v "$command" >/dev/null 2>&1; then
|
||||
echo "$command is required to build the Flatpak" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user