feat: update script that runs app for you

This commit is contained in:
Benex254
2024-08-05 09:47:05 +03:00
parent 6e9a8442d8
commit 589892cb91

4
fa
View File

@@ -1,2 +1,4 @@
#!/usr/bin/env sh
exec "${PYTHON:-python3}" -Werror -Xdev "$(dirname "$(realpath "$0")")/fastanime/__main__.py" "$@"
# exec "${PYTHON:-python3}" -Werror -Xdev -m "$(dirname "$(realpath "$0")")/fastanime" "$@"
cd "$(dirname "$(realpath "$0")")" || exit 1
exec python -m fastanime "$@"