fix(justfile): Fix link names
This commit is contained in:
parent
fa8439bba6
commit
f3ba26c0d2
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue