Files
tools/VideoCompress/pack.bat
2025-06-26 11:03:32 +08:00

8 lines
413 B
Batchfile

@echo off
echo Packing full.
nuitka --standalone config.py --enable-plugin=upx --onefile --enable-plugin=tk-inter --include-data-files=ffmpeg.exe=ffmpeg.exe --include-data-files=ffprobe.exe=ffprobe.exe
rename config.exe full.exe
echo Packing single.
nuitka --standalone main.py --enable-plugin=upx --onefile
echo Packing config.
nuitka --standalone config.py --enable-plugin=upx --onefile --enable-plugin=tk-inter