fix: permission of web builds
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
8d8848c0f7
commit
83c4145828
3 changed files with 4 additions and 3 deletions
|
|
@ -3,3 +3,5 @@ flutter config --enable-web
|
|||
flutter clean
|
||||
flutter pub get
|
||||
flutter build web --release --verbose --source-maps
|
||||
# bug of the Flutter engine
|
||||
chmod +r -R build/web
|
||||
Loading…
Add table
Add a link
Reference in a new issue