mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-11 11:47:09 +02: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:
parent
081890ef61
commit
bad2ff00a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue