pkg(vyxal-2.17.0): Update the run command to just use the pip installed command

This commit is contained in:
Lyxal 2022-09-14 23:58:16 +10:00 committed by GitHub
parent f22e015f72
commit c1c559f8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

3
packages/vyxal/2.17.0/run vendored Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
vyxal "$1"

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
python3 "$VYXAL_PATH"/Vyxal.py "$1"