Skip to content

Commit 8d143b6

Browse files
authored
sendto: Use stateless XDG autostart directory if stateless is set (#513)
Signed-off-by: Evan Maddock <[email protected]>
1 parent 768972d commit 8d143b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialogs/sendto/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ executable(
3636

3737
install_data(
3838
'org.buddiesofbudgie.sendto-daemon.desktop',
39-
install_dir: join_paths(confdir, 'xdg', 'autostart')
39+
install_dir: xdg_appdir
4040
)
4141

4242
install_data(

0 commit comments

Comments
 (0)