Do not hardcode python version for startup script

This commit is contained in:
DarkPhoenix
2023-11-30 04:28:49 +06:00
parent 140ee70dc3
commit aa66d63085

View File

@@ -1,3 +1,3 @@
#! /bin/bash
${APPDIR}/usr/bin/python3.7 -s "${APPDIR}/opt/pyfa/pyfa.py" "$@"
${APPDIR}/usr/bin/python3 -s "${APPDIR}/opt/pyfa/pyfa.py" "$@"