mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: appimage build (#4578)
* chore: force exec flutter package pub get * feat: support building appimage on github ci
This commit is contained in:
@ -22,9 +22,8 @@ rm -rf assets/flowy_icons/
|
||||
mkdir -p assets/flowy_icons/
|
||||
rsync -r ../resources/flowy_icons/ assets/flowy_icons/
|
||||
|
||||
if [ "$no_pub_get" = false ]; then
|
||||
flutter packages pub get
|
||||
fi
|
||||
flutter pub get
|
||||
flutter packages pub get
|
||||
|
||||
echo "Generating FlowySvg classes"
|
||||
dart run flowy_svg
|
||||
|
Reference in New Issue
Block a user