mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
214 B
6 lines
214 B
SET ZIP_EXEC="C:\Program Files\7-Zip\7z.exe"
|
|
rm -rf zip2exe_tmp
|
|
mkdir zip2exe_tmp
|
|
%ZIP_EXEC% x "%1%" -ozip2exe_tmp -y
|
|
cd zip2exe_tmp
|
|
%ZIP_EXEC% a -sfx7z.sfx %~nx1.selfextract.exe * -mx=9 -m0=LZMA2 -mmt=off -md=512m
|