Commit e2ff674f authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

add windows binaries to allPlatforms (#8250)

parent 36e3260b
......@@ -256,6 +256,7 @@ class FlutterEngine {
binaryDirs
..addAll(_osxBinaryDirs)
..addAll(_linuxBinaryDirs)
..addAll(_windowsBinaryDirs)
..addAll(_androidBinaryDirs)
..addAll(_iosBinaryDirs);
else if (platform.isLinux)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment