Skip to content

Commit

Permalink
ci: fix debian 12 depends (GopeedLab#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
pugaizai authored Jan 18, 2024
1 parent f7dc60a commit a996d57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,11 @@ jobs:
run: |
go build -tags nosqlite -ldflags="-w -s" -buildmode=c-shared -o ui/flutter/linux/bundle/lib/libgopeed.so github.com/GopeedLab/gopeed/bind/desktop
cd ui/flutter
dart pub global activate flutter_distributor
flutter_distributor package --platform linux --targets appimage,deb,rpm
dart pub global activate -sgit https://github.com/GopeedLab/flutter_distributor.git --git-path packages/flutter_distributor
flutter_distributor package --platform linux --targets appimage,deb
cd dist/*
mv gopeed-*-linux.AppImage Gopeed-${VERSION}-linux-x86_64.AppImage
mv gopeed-*-linux.deb Gopeed-${VERSION}-linux-amd64.deb
mv gopeed-*-linux.rpm Gopeed-${VERSION}-linux-x86_64.rpm
- name: Upload
uses: shogo82148/actions-upload-release-asset@v1
with:
Expand Down
7 changes: 4 additions & 3 deletions ui/flutter/linux/packaging/deb/make_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ co_authors:
email: valigarmanda55@gmail.com
priority: optional
section: x11
installed_size: 6604
installed_size: 15138700
essential: false
icon: assets/icon/icon.svg

dependencies:
- libappindicator3-1
- libappindicator3-1 | libayatana-appindicator3-1
- gir1.2-appindicator3-0.1 | gir1.2-ayatanaappindicator3-0.1

keywords:
- Application
Expand All @@ -27,4 +28,4 @@ categories:
- Network
- Utility

startup_notify: true
startup_notify: true
4 changes: 2 additions & 2 deletions ui/flutter/linux/packaging/rpm/make_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
display_name: Gopeed
icon: assets/icon/icon_1024.png
icon: assets/icon/icon.svg
summary: A modern download manager that supports all platforms. Built with Golang and Flutter.
group: Applications/Internet
vendor: monkeyWie
Expand All @@ -21,4 +21,4 @@ categories:
- Network
- Utility

startup_notify: true
startup_notify: true

0 comments on commit a996d57

Please sign in to comment.