example/hyprland.desktop: install with full path in Exec
This commit is contained in:
parent
14c49230cc
commit
1f1a39d46c
3 changed files with 7 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ in
|
|||
../systemd
|
||||
../VERSION
|
||||
(fs.fileFilter (file: file.hasExt "1") ../docs)
|
||||
(fs.fileFilter (file: file.hasExt "conf" || file.hasExt "desktop") ../example)
|
||||
(fs.fileFilter (file: file.hasExt "conf" || file.hasExt "in") ../example)
|
||||
(fs.fileFilter (file: file.hasExt "sh") ../scripts)
|
||||
(fs.fileFilter (file: file.name == "CMakeLists.txt") ../.)
|
||||
(optional withTests [../tests ../hyprtester])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue