1 parent 21caffb commit 61ca8c8Copy full SHA for 61ca8c8
1 file changed
packages/mpv-packaging.cmake
@@ -7,7 +7,9 @@ if [ -d $dir ] && [[ $dir =~ mpv-$3.*-git-* ]]; then
7
cp -r $1/mpv-root/* $1/$3/d3dcompiler_43.dll $dir
8
7z a -m0=lzma2 -mx=9 -ms=on $dir.7z $dir/* -x!*.7z
9
elif [ -d $dir ] && [[ $dir =~ mpv-.*$3 ]] && [[ ! $dir =~ -git- ]]; then
10
- cp -r $1/mpv-root/installer $1/mpv-root/doc $1/$3/d3dcompiler_43.dll $dir
+ mkdir -p $dir/installer
11
+ cp $1/mpv-root/installer/mpv-install.bat $1/mpv-root/installer/mpv-uninstall.bat $1/mpv-root/installer/mpv-icon.ico $dir/installer
12
+ cp -r $1/mpv-root/doc $1/$3/d3dcompiler_43.dll $dir
13
14
elif [ -d $dir ]; then
15
0 commit comments