Skip to content

Commit a939e6b

Browse files
authored
Merge pull request #60 from zet4/master
Fix regression caused by #47
2 parents f22c94d + f51589e commit a939e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/simpleDemo/engineDownloader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func main() {
283283

284284
case "windows":
285285
platform = "windows-x64"
286-
downloadShareLibraryURL = fmt.Sprintf(targetedDomain+"/flutter_infra/flutter/%s/%s/%s-embedder", hashResponse.Items[0].Sha, platform, platform)
286+
downloadShareLibraryURL = fmt.Sprintf(targetedDomain+"/flutter_infra/flutter/%s/%s/%s-embedder.zip", hashResponse.Items[0].Sha, platform, platform)
287287
endMessage = "set CGO_LDFLAGS=-L%cd%"
288288

289289
default:

0 commit comments

Comments
 (0)