fix(justfile): Fix link names

This commit is contained in:
Michael Aaron Murphy 2022-03-29 16:07:04 +02:00 committed by Michael Murphy
parent fa8439bba6
commit f3ba26c0d2

View file

@ -60,7 +60,7 @@ install_plugins:
dest={{plugin_dir}}${plugin}
mkdir -p ${dest}
install -Dm0644 plugins/src/${plugin}/*.ron ${dest}
ln -sf {{bin_path}} {{plugin_dir}}${plugin}/${plugin}
ln -sf {{bin_path}} {{plugin_dir}}${plugin}/$(echo ${plugin} | sed 's/_/-/')
done
# Install pop-launcher scripts