add app id changes for flatpak/appimage
This commit is contained in:
parent
7a39d56351
commit
48ff5108bd
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>io.gitlab.LibreWolf</id>
|
<id>io.gitlab.librewolf-community</id>
|
||||||
<launchable type="desktop-id">io.gitlab.LibreWolf.desktop</launchable>
|
<launchable type="desktop-id">io.gitlab.librewolf-community.desktop</launchable>
|
||||||
<name>LibreWolf</name>
|
<name>LibreWolf</name>
|
||||||
<summary>LibreWolf Web Browser</summary>
|
<summary>LibreWolf Web Browser</summary>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
<url type="homepage">https://librewolf-community.gitlab.io/</url>
|
<url type="homepage">https://librewolf-community.gitlab.io/</url>
|
||||||
<url type="bugtracker">https://gitlab.com/groups/librewolf-community/-/issues/</url>
|
<url type="bugtracker">https://gitlab.com/groups/librewolf-community/-/issues/</url>
|
||||||
<provides>
|
<provides>
|
||||||
<id>io.gitlab.LibreWolf</id>
|
<id>io.gitlab.librewolf-community</id>
|
||||||
</provides>
|
</provides>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -54,7 +54,7 @@ END
|
||||||
|
|
||||||
# Create Appstream metadate file
|
# Create Appstream metadate file
|
||||||
export DATE=$(date +%Y-%m-%d)
|
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
|
# Repacks the binary tarball
|
||||||
printf "\nRecompressing binary tarball\n";
|
printf "\nRecompressing binary tarball\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue