mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 11:39:30 +01:00
6ff4f480ac
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#!/bin/sh -ve
|
|
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 |