Skip to content

Commit

Permalink
sendto: Use stateless XDG autostart directory if stateless is set (#513)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger authored Jan 30, 2024
1 parent 768972d commit 8d143b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/sendto/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ executable(

install_data(
'org.buddiesofbudgie.sendto-daemon.desktop',
install_dir: join_paths(confdir, 'xdg', 'autostart')
install_dir: xdg_appdir
)

install_data(
Expand Down

0 comments on commit 8d143b6

Please sign in to comment.