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:
@ -49,6 +49,9 @@ AppDir:
|
||||
- libc6:amd64
|
||||
- libnotify4:amd64
|
||||
- libkeybinder-3.0-0:amd64
|
||||
- libwayland-cursor0:amd64
|
||||
- libwayland-client0:amd64
|
||||
- libwayland-egl1:amd64
|
||||
files:
|
||||
include: []
|
||||
exclude:
|
||||
|
@ -15,4 +15,4 @@ fi
|
||||
# update version
|
||||
grep -rl "\[CHANGE_THIS\]" scripts/linux_distribution/appimage/AppImageBuilder.yml | xargs sed -i "s/\[CHANGE_THIS\]/$VERSION/"
|
||||
|
||||
appimage-builder --recipe scripts/linux_distribution/appimage/AppImageBuilder.yml
|
||||
appimage-builder --recipe scripts/linux_distribution/appimage/AppImageBuilder.yml --skip-tests
|
||||
|
Reference in New Issue
Block a user