mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

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.
2 lines
70 B
Batchfile
2 lines
70 B
Batchfile
@PowerShell.exe -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*"
|