Files
renpy/scripts/add_all.sh
T
Tom Rothamel 14c06dd2e4 Add py2 before py3.
Useful in the github case, to ensure Ren'Py 8 is uploaded last,
and hence is at the top of the list of downloads at github.
2023-05-15 02:40:13 -04:00

7 lines
161 B
Bash
Executable File

#!/bin/bash
cd $(dirname $(dirname $(readlink -f $0)))
nice lib/py2-linux-x86_64/python add.py --real "$@"
nice lib/py3-linux-x86_64/python add.py --real "$@"