diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-24 12:58:17 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-24 12:58:17 +0100 |
commit | 5e78b1dbe2a879104cfaacda3e5d341b6ce482f2 (patch) | |
tree | 7d6320f47ce0e725b5cc79e70df082c4ae024b79 /meson.build | |
parent | 9e8af9d25106b615dabf956305f4ef80496ed412 (diff) |
Update readme with drun info.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 617e9ef..32611a7 100644 --- a/meson.build +++ b/meson.build @@ -40,6 +40,18 @@ install_data( install_symlink( 'tofi-run', + install_dir: completion_location, + pointing_to: 'tofi', +) + +install_symlink( + 'tofi-drun', + install_dir: completion_location, + pointing_to: 'tofi', +) + +install_symlink( + 'tofi-run', install_dir: get_option('bindir'), pointing_to: 'tofi', ) |