Update build script
This commit is contained in:
parent
dbf627d15e
commit
01d99b818f
2 changed files with 2 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -3,6 +3,7 @@ set -e
|
|||
mkdir -p output
|
||||
mkdir -p output/bin
|
||||
python3 -m pip install -r FFMpeg-Compressor/requirements.txt
|
||||
python3 -m pip install -r RenPy-Android-Unpack/requirements.txt
|
||||
python3 -m pip install Nuitka
|
||||
case "$(uname -s)" in
|
||||
Linux*) jobs="--jobs=$(nproc)";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue