Overwrite binaries in output folder
This commit is contained in:
parent
b9c7b512de
commit
dc858b4ebb
1 changed files with 3 additions and 4 deletions
|
@ -4,11 +4,10 @@ mkdir output\bin
|
|||
python -m pip install -r FFMpeg-Compressor\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
|
||||
move output\ffmpeg-comp.exe output\bin
|
||||
xcopy FFMpeg-Compressor\ffmpeg-comp.toml output\bin /Y
|
||||
move /Y output\ffmpeg-comp.exe output\bin
|
||||
python -m nuitka --jobs=%NUMBER_OF_PROCESSORS% --output-dir=output --follow-imports --onefile --output-filename=rendroid-unpack RenPy-Android-Unpack\unpack.py || goto :exit
|
||||
move output\rendroid-unpack.exe output\bin
|
||||
pause
|
||||
move /Y output\rendroid-unpack.exe output\bin
|
||||
|
||||
:exit
|
||||
pause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue