diff --git a/content/io.gitlab.LibreWolf.appdata.xml.in b/content/io.gitlab.librewolf-community.appdata.xml.in similarity index 93% rename from content/io.gitlab.LibreWolf.appdata.xml.in rename to content/io.gitlab.librewolf-community.appdata.xml.in index ae240f3..9d0b7af 100644 --- a/content/io.gitlab.LibreWolf.appdata.xml.in +++ b/content/io.gitlab.librewolf-community.appdata.xml.in @@ -1,7 +1,7 @@ - io.gitlab.LibreWolf - io.gitlab.LibreWolf.desktop + io.gitlab.librewolf-community + io.gitlab.librewolf-community.desktop LibreWolf LibreWolf Web Browser CC0-1.0 @@ -36,7 +36,7 @@ https://librewolf-community.gitlab.io/ https://gitlab.com/groups/librewolf-community/-/issues/ - io.gitlab.LibreWolf + io.gitlab.librewolf-community diff --git a/scripts/5_Configure_Binary_Tarball.sh b/scripts/5_Configure_Binary_Tarball.sh index 023cea2..1921ed8 100755 --- a/scripts/5_Configure_Binary_Tarball.sh +++ b/scripts/5_Configure_Binary_Tarball.sh @@ -54,7 +54,7 @@ END # Create Appstream metadate file export DATE=$(date +%Y-%m-%d) -envsubst < ${_SCRIPT_FOLDER}/../content/io.gitlab.LibreWolf.appdata.xml.in > ${_EXTRACTED_TARBALL_FOLDER}/io.gitlab.LibreWolf.appdata.xml +envsubst < ${_SCRIPT_FOLDER}/../content/io.gitlab.librewolf-community.appdata.xml.in > ${_EXTRACTED_TARBALL_FOLDER}/io.gitlab.librewolf-community.appdata.xml # Repacks the binary tarball printf "\nRecompressing binary tarball\n";