File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 131131
132132 install :
133133 - brew install cocoapods
134- - curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.1 -stable.zip -o flutter_macos_stable.zip
134+ - curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.2 -stable.zip -o flutter_macos_stable.zip
135135 - unzip -qq flutter_macos_stable.zip
136136 - export PATH="$PATH:`pwd`/flutter/bin"
137137 - flutter --version
167167
168168 install :
169169 - export LANG=en_US.UTF-8
170- - curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.1 -stable.zip -o flutter_macos_stable.zip
170+ - curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.2 -stable.zip -o flutter_macos_stable.zip
171171 - unzip -qq flutter_macos_stable.zip
172172 - export PATH="$PATH:`pwd`/flutter/bin"
173173 - 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_3.0.1 -stable.zip" , $distPath )
4+ (New-Object Net.WebClient).DownloadFile(" https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.0.2 -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