-
Notifications
You must be signed in to change notification settings - Fork 0
/
flathub.txt
27 lines (19 loc) · 953 Bytes
/
flathub.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
1. Build & Install
flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub\
--ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir io.github.Q1CHENL.fig.json
2. Uninstall:
flatpak uninstall --user io.github.Q1CHENL.fig --delete-data
3. Run:
flatpak run io.github.Q1CHENL.fig
4. Screenshots commit:
ostree commit --repo=repo --canonical-permissions --branch=screenshots/x86_64 builddir/files/share/app-info/media
5. Linter:
flatpak run --command=flatpak-builder-lint org.flatpak.Builder manifest io.github.Q1CHENL.fig.json
flatpak run --command=flatpak-builder-lint org.flatpak.Builder repo repo
6. Submit PR against https://github.com/flathub/io.github.Q1CHENL.fig
Submission:
https://docs.flathub.org/docs/for-app-authors/submission/
Maintenance:
https://docs.flathub.org/docs/for-app-authors/maintenance/
Update:
https://docs.flathub.org/docs/for-app-authors/updates/