File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Here is an example config for Netlify that would be stored in their `netlify.tom
27
27
publish = " build/web"
28
28
29
29
# Flutter build for web command
30
- command = " sh ./build-web.sh"
30
+ command = " bash ./build-web.sh"
31
31
```
32
32
33
33
[ Netlify File-based configuration Docs] ( https://docs.netlify.com/configure-builds/file-based-configuration/#sample-file )
Original file line number Diff line number Diff line change 11
11
# Reminder to check for updates to the build script.
12
12
# Flutter for web is still in beta so expect updates!
13
13
14
- CURRENT_VERSION=1.1.0
14
+ CURRENT_VERSION=1.1.1
15
15
REMOTE_URL=" https://github.com/FrankFlitton/Flutter-for-web-deploy-script"
16
16
REMOTE_TAGS=" $( echo $( git ls-remote --tags $REMOTE_URL ) ) "
17
17
Original file line number Diff line number Diff line change 11
11
# Reminder to check for updates to the build script.
12
12
# Flutter for web is still in beta so expect updates!
13
13
14
- CURRENT_VERSION=1.1.0
14
+ CURRENT_VERSION=1.1.1
15
15
REMOTE_URL=" https://github.com/FrankFlitton/Flutter-for-web-deploy-script"
16
16
REMOTE_TAGS=" $( echo $( git ls-remote --tags $REMOTE_URL ) ) "
17
17
You can’t perform that action at this time.
0 commit comments