videocompress 1.2.1
This commit is contained in:
8
VideoCompress/pack.bat
Normal file
8
VideoCompress/pack.bat
Normal file
@ -0,0 +1,8 @@
|
||||
@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
|
Reference in New Issue
Block a user