Skip to content

Commit 9fbbc36

Browse files
committed
update to Flutter 3.24.5
1 parent 48c6a84 commit 9fbbc36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

download-engine.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

3-
ENGINE_URL="https://github.com/sony/flutter-embedded-linux/releases/download/db49896cf2"
3+
ENGINE_REVISION="a18df97ca5"
4+
ENGINE_URL="https://github.com/sony/flutter-embedded-linux/releases/download/${ENGINE_REVISION}"
45

56
tmp_dir=$(mktemp -d -t engine-XXXXXXXXXX)
67
artifact_dir="$tmp_dir/flutter-engine.artifactbundle"

flutter-engine.artifactbundle.zip

-1.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)