Skip to content

Commit

Permalink
Update linux-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet authored Sep 4, 2024
1 parent 3d55f05 commit 1f7aef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |
dart pub global activate flutter_distributor
flutter_distributor package --platform linux --targets deb
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-aarch64.AppImage"
chmod +x appimagetool && mv appimagetool /usr/local/bin/
flutter_distributor package --platform linux --targets appimage
flutter_distributor package --platform linux --targets rpm
Expand Down

0 comments on commit 1f7aef2

Please sign in to comment.