Version 2
This commit is contained in:
parent
093b2c2df4
commit
df73bd73c9
10 changed files with 1890 additions and 3564 deletions
13
debug_install.sh
Normal file
13
debug_install.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
PLUGIN_NAME=security_mesh
|
||||
|
||||
XDG_CONFIG_HOME="${XDG_CONFIG_HOME-$HOME/.config}"
|
||||
KICAD_BASE="${1-$XDG_CONFIG_HOME/kicad}"
|
||||
PLUGIN_DIR="$KICAD_BASE/scripting/plugins/$PLUGIN_NAME"
|
||||
|
||||
rm -rf "$PLUGIN_DIR"
|
||||
mkdir -p "$PLUGIN_DIR"
|
||||
|
||||
cp -r * $PLUGIN_DIR/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue