mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user