Commit 915f2486 authored by Chinmay Garde's avatar Chinmay Garde

Change bucket names for iOS and Mac based on buildbot updates. (#3863)

parent 6635f1cf
......@@ -197,7 +197,7 @@ class FlutterEngine {
];
if (Platform.isMacOS)
dirs.add('ios');
dirs.add('ios_release');
else if (Platform.isLinux)
dirs.add('linux-x64');
......@@ -207,7 +207,7 @@ class FlutterEngine {
// Return a list of (cache directory path, download URL path) tuples.
List<List<String>> _getToolsDirs() {
if (Platform.isMacOS)
return <List<String>>[<String>['darwin-x64', 'darwin-x64/artifacts.zip']];
return <List<String>>[<String>['mac_release', 'mac_release/artifacts.zip']];
else if (Platform.isLinux)
return <List<String>>[
<String>['linux-x64', 'linux-x64/artifacts.zip'],
......
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