Skip to content
Snippets Groups Projects
Commit 3e5190c8 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Fix bug in install.sh

parent c1415866
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@ if [[ ! -f "$plugin_file" ]]; then
fi
# Plugin file should exist at this point, so let's build and install the launcher
launcher_path="$TARGET_PLUGIN_DIR/000-launch-$plugin"
launcher_path="$TARGET_PLUGIN_DIR/000-launch-$plugin_file"
plugin_path=$(pwd)
echo "$plugin_path/$plugin_file" > $launcher_path
chmod +x $launcher_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment