feat: adapt AyuGram to Flatpak (#10)

This commit is contained in:
westpain
2023-12-27 16:55:43 +02:00
committed by ZavaruKitsu
parent e4e6fb14c7
commit bf743836c1
7 changed files with 18 additions and 18 deletions
-3
View File
@@ -1,3 +0,0 @@
[D-BUS Service]
Name=ayugram.desktop
Exec=@CMAKE_INSTALL_FULL_BINDIR@/ayugram-desktop
@@ -3,7 +3,7 @@ Name=AyuGram Desktop
Comment=Desktop version of AyuGram - ToS breaking Telegram client
TryExec=ayugram-desktop
Exec=DESKTOPINTEGRATION=1 ayugram-desktop -- %u
Icon=telegram
Icon=ayugram
Terminal=false
StartupWMClass=AyuGram
Type=Application
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>ayugram.desktop</id>
<id>com.ayugram.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>AyuGram Desktop</name>
@@ -73,7 +73,7 @@
<content_attribute id="money-gambling">none</content_attribute>
<content_attribute id="money-advertising">moderate</content_attribute>
</content_rating>
<launchable type="desktop-id">ayugram.desktop.desktop</launchable>
<launchable type="desktop-id">com.ayugram.desktop.desktop</launchable>
<provides>
<binary>ayugram-desktop</binary>
</provides>
+3
View File
@@ -0,0 +1,3 @@
[D-BUS Service]
Name=com.ayugram.desktop
Exec=@CMAKE_INSTALL_FULL_BINDIR@/com.ayugram.desktop