mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix(flutter): update release URLs for v3.x
This commit is contained in:
+1
-4
@@ -10,10 +10,7 @@ module.exports = function (request) {
|
||||
return Promise.all(
|
||||
['macos', 'linux', 'windows'].map(function (osname) {
|
||||
return request({
|
||||
url:
|
||||
'https://storage.googleapis.com/flutter_infra/releases/releases_' +
|
||||
osname +
|
||||
'.json',
|
||||
url: `https://storage.googleapis.com/flutter_infra_release/releases/releases_${osname}.json`,
|
||||
json: true,
|
||||
}).then(function (resp) {
|
||||
var body = resp.body;
|
||||
|
||||
Reference in New Issue
Block a user