14c06dd2e4
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.
7 lines
161 B
Bash
Executable File
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 "$@"
|