fix: make it build

This commit is contained in:
AlexeyZavar
2025-07-07 02:56:10 +03:00
parent 13a96ee1d3
commit e5ca216c99
16 changed files with 46 additions and 25 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
[Desktop Entry]
Name=AyuGram Desktop
Comment=Desktop version of AyuGram - ToS breaking Telegram client
TryExec=ayugram-desktop
Exec=env DESKTOPINTEGRATION=1 ayugram-desktop -- %u
TryExec=AyuGram
Exec=env DESKTOPINTEGRATION=1 AyuGram -- %u
Icon=com.ayugram.desktop
Terminal=false
StartupWMClass=AyuGram
@@ -17,6 +17,6 @@ X-GNOME-UsesNotifications=true
X-GNOME-SingleWindow=true
[Desktop Action quit]
Exec=ayugram-desktop -quit
Exec=AyuGram -quit
Name=Quit AyuGram
Icon=application-exit
+1 -1
View File
@@ -75,6 +75,6 @@
</content_rating>
<launchable type="desktop-id">com.ayugram.desktop.desktop</launchable>
<provides>
<binary>ayugram-desktop</binary>
<binary>AyuGram</binary>
</provides>
</component>
+1 -1
View File
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=com.ayugram.desktop
Exec=@CMAKE_INSTALL_FULL_BINDIR@/ayugram-desktop
Exec=@CMAKE_INSTALL_FULL_BINDIR@/AyuGram