mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-18 07:41:33 +02:00
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user