pkg(vyxal-2.17.0): Update the run command to just use the pip installed command
This commit is contained in:
parent
f22e015f72
commit
c1c559f8ff
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
vyxal "$1"
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
python3 "$VYXAL_PATH"/Vyxal.py "$1"
|
Loading…
Reference in New Issue