shinchiro/mpv-winbuild-cmake

Updater will download an older build if you manually update from Github releases.

Opened this issue · 2 comments

After manually extracting mpv-x86_64-20221014-git-59fc8ee.7z and running the updater it will say a new version is available and download 09/10 build. Is it possible to get some way for the updater to detect newer builds manually extracted from Github as newer?

@Jules-A It works as intended. It grabbed Monday's release for you because you most likely have <channel>weekly</channel> on your settings.xml file. Just change it to daily and it will get you the latest one instead.

@Jules-A It works as intended. It grabbed Monday's release for you because you most likely have <channel>weekly</channel> on your settings.xml file. Just change it to daily and it will get you the latest one instead.

I kind of feel like that just masks the issue. What if I want weekly builds normally but want to try a daily build to fix an issue/try a new commit? If I run the updater before a new weekly build is ready I don't want it to overwrite the build with an older version.