Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.mattermost.desktop
https://github.com/flathub/com.mattermost.desktop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.mattermost.desktop
- Owner: flathub
- Created: 2018-11-11T07:20:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T07:48:47.000Z (about 2 months ago)
- Last Synced: 2024-10-29T08:30:41.648Z (about 2 months ago)
- Homepage: https://flathub.org/apps/details/com.mattermost.Desktop
- Size: 224 KB
- Stars: 8
- Watchers: 5
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mattermost Desktop - Flatpak
## Prerequisites
```
$ flatpak install flathub org.freedesktop.Sdk//23.08
$ flatpak install flathub org.electronjs.Electron2.BaseApp//23.08
```## Build to local repository, install
```
$ flatpak-builder build-dir com.mattermost.Desktop.json --force-clean --repo=repo
$ flatpak --user remote-add --no-gpg-verify test-repo repo
$ flatpak --user install test-repo com.mattermost.Desktop
```