Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
Install autostart to autostart dir
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed May 11, 2018
1 parent 6e0d292 commit 70c49cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/meson.build
Expand Up @@ -5,7 +5,7 @@ install_data(

install_data(
meson.project_name() + '.desktop',
install_dir: join_paths(get_option('datadir'), 'applications')
install_dir: join_paths(get_option('sysconfdir'), 'xdg', 'autostart')
)

test(
Expand Down

0 comments on commit 70c49cb

Please sign in to comment.