1
0
Fork 0
gedit/build-aux/flatpak/generate-json-manifest.sh
Daniel Baumann 61eec86fe3
Adding upstream version 48.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:48:29 +02:00

11 lines
431 B
Bash
Executable file

#!/bin/sh
# SPDX-FileCopyrightText: Copyright 2022 Jake Dane
# SPDX-License-Identifier: GPL-3.0-or-later
# yq: A portable command-line YAML processor.
# Currently hosted here: https://github.com/mikefarah/yq
# At the time of writing, some tools around Flatpak (for example gnome-builder)
# only supports the *.json format, but *.yml is easier to edit.
yq eval 'org.gnome.gedit.yml' --output-format json > 'org.gnome.gedit.json'