Skip to content

Commit a712ffa

Browse files
authored
Update Flutter plugin URL template for downloads (#189)
1 parent 9c754da commit a712ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/runtimes/flutter/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter
22
description: Dart Flutterruntime
33
default_version: "3.7.2"
44
download:
5-
url_template: "https://storage.googleapis.com/flutter_infra_release/releases/stable/{{.OS}}/flutter_{{.OS}}_{{.Arch}}_{{.Version}}-stable.zip"
5+
url_template: "https://storage.googleapis.com/flutter_infra_release/releases/stable/{{.OS}}/flutter_{{.OS}}_{{.Arch}}_{{.Version}}-stable.{{.Extension}}"
66
file_name_template: "flutter"
77
extension:
88
default: "zip"

0 commit comments

Comments
 (0)