From 5e78b1dbe2a879104cfaacda3e5d341b6ce482f2 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 24 Jul 2022 12:58:17 +0100 Subject: Update readme with drun info. --- meson.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 617e9ef..32611a7 100644 --- a/meson.build +++ b/meson.build @@ -38,6 +38,18 @@ install_data( install_dir: completion_location ) +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'), -- cgit v1.2.3