Update build script
This commit is contained in:
parent
dbf627d15e
commit
01d99b818f
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
mkdir output
|
||||
mkdir output\bin
|
||||
python -m pip install -r FFMpeg-Compressor\requirements.txt || goto :exit
|
||||
python -m pip install -r RenPy-Android-Unpack\requirements.txt || goto :exit
|
||||
python -m pip install Nuitka || goto :exit
|
||||
python -m nuitka --jobs=%NUMBER_OF_PROCESSORS% --output-dir=output --follow-imports --onefile --output-filename=ffmpeg-comp FFMpeg-Compressor\main.py || goto :exit
|
||||
xcopy FFMpeg-Compressor\ffmpeg-comp.toml output\bin /Y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue