Kylart / Anikki

The ultimate anime companion
MIT License
64 stars 4 forks source link

Issues with building on windows #3

Closed TubaApollo closed 1 year ago

TubaApollo commented 1 year ago

Describe the bug It may not be a bug, but i am not able to build the application on Windows

To Reproduce Steps to reproduce the behavior:

  1. Build the application like described in the readme
  2. See error: CMake Error at flutter/ephemeral/.plugin_symlinks/media_kit_libs_windows_video/windows/CMakeLists.txt:74 (message): mpv-dev-x86_64-20230408-git-7ae7fc0.7z integrity check failed.

Expected behavior Build successful

Screenshots grafik

Desktop (please complete the following information):

Additional context I am using flutter version: 3.12.0

Thank you!! :)

Kylart commented 1 year ago

Can you try running the following command in a terminal:

flutter clean; del windows/ephemeral/.plugin_symlinks; git checkout new-design; flutter run

My guess would be that there is a versioning problem since I haven't updated the media_kit versions on the dev branch since I'm currently working on the new-design branch (soon to be merged).

TubaApollo commented 1 year ago

I'll try that, thanks!

TubaApollo commented 1 year ago

Works, i'll close this