From f3ba26c0d2eb55dd81d6971b06127ea48350712a Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 29 Mar 2022 16:07:04 +0200 Subject: [PATCH] fix(justfile): Fix link names --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 201afad..a570a0b 100644 --- a/justfile +++ b/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