fix: use correct executable path (#12)

This file was added by https://github.com/AyuGram/AyuGramDesktop/pull/10, but it did not use correct executable name. After installing, the executable name is `ayugram-desktop`, which will result that AyuGramDesktop cannot be activated by DBus on Linux.
This commit is contained in:
arenekosreal
2024-06-27 08:54:30 +08:00
committed by GitHub
parent 081890ef61
commit bad2ff00a8
+1 -1
View File
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=com.ayugram.desktop
Exec=@CMAKE_INSTALL_FULL_BINDIR@/com.ayugram.desktop
Exec=@CMAKE_INSTALL_FULL_BINDIR@/ayugram-desktop