File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 123123
124124 install :
125125 - brew install cocoapods
126- - curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.10.4 -stable.zip -o flutter_macos_stable.zip
126+ - curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.10.5 -stable.zip -o flutter_macos_stable.zip
127127 - unzip -qq flutter_macos_stable.zip
128128 - export PATH="$PATH:`pwd`/flutter/bin"
129129 - flutter --version
Original file line number Diff line number Diff line change 11$distPath = " $env: TEMP \flutter_windows_stable.zip"
22
33Write-Host " Downloading Flutter SDK..."
4- (New-Object Net.WebClient).DownloadFile(" https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_2.10.4 -stable.zip" , $distPath )
4+ (New-Object Net.WebClient).DownloadFile(" https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_2.10.5 -stable.zip" , $distPath )
55
66Write-Host " Unpacking Flutter SDK..."
777z x $distPath - o" $env: SystemDrive \" | Out-Null
You can’t perform that action at this time.
0 commit comments