diff options
author | breadcat | 2019-02-13 14:29:43 +0000 |
---|---|---|
committer | breadcat | 2019-02-13 14:29:43 +0000 |
commit | 66e9d80d877b3bb4b60fb43cff0036d91e70fe8f (patch) | |
tree | 5c4e059fc00dfbd197fa5c834392addb896ee795 | |
parent | fcf77f5455871bd8df4acbd82bdb6c56650794d7 (diff) | |
download | win10-prep-66e9d80d877b3bb4b60fb43cff0036d91e70fe8f.tar.gz win10-prep-66e9d80d877b3bb4b60fb43cff0036d91e70fe8f.tar.bz2 win10-prep-66e9d80d877b3bb4b60fb43cff0036d91e70fe8f.zip |
Update and fix mpv
-rw-r--r-- | 5-install.bat | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/5-install.bat b/5-install.bat index 60cf52d..52925e2 100644 --- a/5-install.bat +++ b/5-install.bat @@ -66,8 +66,9 @@ rem install webp codec ren %temp%\.rsrc\0\MSIFILE\1 1.msi && msiexec /i %temp%\.rsrc\0\MSIFILE\1.msi /quiet /qn /norestart ren %temp%\.rsrc\0\MSIFILE\10 10.msi && msiexec /i %temp%\.rsrc\0\MSIFILE\10.msi /quiet /qn /norestart rd /s /q %temp%\.rsrc -rem mpv download, unpack and -mkdir "%ProgramFiles%\mpv" -@powershell Invoke-WebRequest https://mpv.srsfckn.biz/mpv-x86_64-20171225.7z -OutFile mpv.7z +rem mpv download and unpack +mkdir "%programfiles%\mpv" +@powershell Invoke-WebRequest https://mpv.srsfckn.biz/mpv-x86_64-20181002.7z -OutFile mpv.7z @powershell Invoke-WebRequest https://raw.githubusercontent.com/rossy/mpv-install/master/mpv-document.ico -OutFile mpv-document.ico -move mpv-document.ico %ProgramFiles%\mpv\mpv-document.ico"%programfiles%\7-Zip\7z.exe" x %temp%\mpv.7z -o"%programfiles%\mpv"
\ No newline at end of file +"%programfiles%\7-Zip\7z.exe" x %temp%\mpv.7z -o"%programfiles%\mpv" +move mpv-document.ico "%programfiles%\mpv\mpv-document.ico"
\ No newline at end of file |