Add flatpak manifest
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# immich-rs
|
||||
Desktop client for https://immich.app/
|
||||
|
||||
## Building (Flatpak)
|
||||
|
||||
1) Install flatpak
|
||||
|
||||
2) Install runtime and SDK
|
||||
|
||||
```
|
||||
flatpak --user install flathub \
|
||||
org.freedesktop.Platform//25.08 \
|
||||
org.freedesktop.Sdk//25.08 \
|
||||
org.freedesktop.Sdk.Extension.rust-stable//25.08
|
||||
```
|
||||
|
||||
3) Build flatpak
|
||||
|
||||
```
|
||||
flatpak-builder --user --force-clean --repo=repo build-dir sh.nubo.immich-rs.yml
|
||||
```
|
||||
|
||||
Add `--disable-rofiles-fuse` if running in an environment without FUSE.
|
||||
|
||||
4) Export flatpak bundle
|
||||
|
||||
```
|
||||
flatpak build-bundle repo sh.nubo.immich-rs.flatpak sh.nubo.immich-rs
|
||||
```
|
||||
Reference in New Issue
Block a user