diff --git a/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in b/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in
index 211e2f06..6c1556ba 100644
--- a/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in
+++ b/data/misc/org.zoitechat.ZoiteChat.metainfo.xml.in
@@ -4,7 +4,7 @@
ZoiteChat
org.zoitechat.ZoiteChat.desktop
-
+
ZoiteChat
diff --git a/data/misc/net.zoite.Zoitechat.mime.xml b/data/misc/org.zoitechat.ZoiteChat.mime.xml
similarity index 100%
rename from data/misc/net.zoite.Zoitechat.mime.xml
rename to data/misc/org.zoitechat.ZoiteChat.mime.xml
diff --git a/flatpak/org.zoitechat.ZoiteChat.json b/flatpak/org.zoitechat.ZoiteChat.json
index b9d0df50..7045c071 100644
--- a/flatpak/org.zoitechat.ZoiteChat.json
+++ b/flatpak/org.zoitechat.ZoiteChat.json
@@ -56,6 +56,9 @@
{
"name": "perl",
"buildsystem": "simple",
+ "build-options": {
+ "no-debuginfo": true
+ },
"build-commands": [
"./Configure -des -Dprefix=/app -Dvendorprefix=/app -Duseshrplib -Dman1dir=none -Dman3dir=none",
"make -j${FLATPAK_BUILDER_N_JOBS}",
@@ -107,7 +110,14 @@
"type": "git",
"url": "https://github.com/ZoiteChat/zoitechat.git",
"tag": "zoitechat-2.18.1",
- "commit": "6535810ca356bf9c4d15fca34df4fb883e2a61a5"
+ "commit": "479f1649efa0e5b166a7c7c9d86214b42ec9f794"
+ },
+ {
+ "type": "file",
+ "url": "https://publicsuffix.org/list/public_suffix_list.dat",
+ "sha256": "6f7f7d9e8c68447f1c74095a12574b7fee46b0cd759c518a659aee0615d8e118",
+ "dest": "src/common",
+ "dest-filename": "public_suffix_list.dat"
},
{
"type": "patch",