Skip to content

Commit 27dfe3c

Browse files
committed
feat: use flutter_distrubutor to build linux packages
1 parent c0aa0e0 commit 27dfe3c

File tree

4 files changed

+91
-0
lines changed

4 files changed

+91
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
output: dist/
2+
releases:
3+
- name: dev
4+
jobs:
5+
- name: release-dev-linux-deb
6+
package:
7+
platform: linux
8+
target: deb
9+
- name: release-dev-linux-rpm
10+
package:
11+
platform: linux
12+
target: rpm
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
icon: assets/logo.png
2+
group: Application/Office
3+
vendor: AppFlowy
4+
packager: AppFlowy
5+
packagerEmail: support@appflowy.io
6+
url: https://appflowy.io
7+
8+
display_name: AppFlowy
9+
10+
keywords:
11+
- AppFlowy
12+
- Office
13+
- Document
14+
- Database
15+
- Note
16+
- Kanban
17+
- Note
18+
19+
generic_name: AppFlowy
20+
21+
categories:
22+
- Office
23+
- Productivity
24+
25+
startup_notify: true
26+
27+
section: x11
28+
priority: optional
29+
30+
supportedMimeType: x-scheme-handler/appflowy-flutter
31+
32+
dependencies:
33+
- libnotify-bin
34+
- libkeybinder
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
icon: assets/logo.png
2+
group: Application/Office
3+
vendor: AppFlowy
4+
packager: AppFlowy
5+
packagerEmail: support@appflowy.io
6+
url: https://appflowy.io
7+
8+
display_name: AppFlowy
9+
10+
keywords:
11+
- AppFlowy
12+
- Office
13+
- Document
14+
- Database
15+
- Note
16+
- Kanban
17+
- Note
18+
19+
generic_name: AppFlowy
20+
21+
categories:
22+
- Office
23+
- Productivity
24+
25+
startup_notify: true
26+
27+
section: x11
28+
priority: optional
29+
30+
supportedMimeType: x-scheme-handler/appflowy-flutter
31+
32+
requires:
33+
- libnotify-bin
34+
- libkeybinder

0 commit comments

Comments
 (0)