fix: permission of web builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2023-01-03 07:32:59 +01:00
commit 83c4145828
3 changed files with 4 additions and 3 deletions

View file

@ -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