fix: appimage build (#4578)

* chore: force exec flutter package pub get

* feat: support building appimage on github ci
This commit is contained in:
Lucas.Xu
2024-02-01 19:58:58 +07:00
committed by GitHub
parent 1e4f342fc3
commit 5b030303a6
5 changed files with 28 additions and 10 deletions

View File

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

View File

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