Rename app ID to app.yaak.Yaak and add license file

Flathub requires IDs not end in generic terms like .desktop.
Also installs LICENSE to the required path.
This commit is contained in:
Gregory Schier
2026-02-10 07:04:37 -08:00
parent 2a1dc85148
commit 242d9cc213
7 changed files with 28 additions and 21 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
MANIFEST="$SCRIPT_DIR/app.yaak.desktop.yml"
METAINFO="$SCRIPT_DIR/app.yaak.desktop.metainfo.xml"
MANIFEST="$SCRIPT_DIR/app.yaak.Yaak.yml"
METAINFO="$SCRIPT_DIR/app.yaak.Yaak.metainfo.xml"
if [ $# -lt 1 ]; then
echo "Usage: $0 <version-tag>"