Commit 06a0836d authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Add a `.bat` entry point for flutter tools (#7701)

Currently, this only calls out to the PowerShell Script, which is kind of slow. In the future, we will transfer more logic from PowerShell to cmd for faster starup time.
parent 21434fcf
@PowerShell.exe -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*"
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