Update build script

This commit is contained in:
OleSTEEP 2024-02-03 23:54:50 +03:00
parent dbf627d15e
commit 01d99b818f
2 changed files with 2 additions and 0 deletions

View file

@ -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)";;