shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
667 stars 118 forks source link

update.bat broken, downloads 118kb file #542

Closed marat569 closed 1 year ago

marat569 commented 1 year ago

Image to the issue: https://i.imgur.com/znWaGuv.png

Recently update.bat started downloading these 118kb .7z files, which cause update.bat to have an issue

It might've been windows 11 23h2's update that broke it -- but I don't know, it worked prefectly fine before

marat569 commented 1 year ago

It seems updating the .ps1 script fixed the issue

I tried getting the latest .ps1 script manually from the github here, and now it works

If anybody runs into the same issue, just replace your updater.ps1 with the one in this link:

https://github.com/shinchiro/mpv-packaging/blob/master/mpv-root/installer/updater.ps1