We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ff6cd8 + 98a4f2e commit 264601fCopy full SHA for 264601f
flatpak.yaml
@@ -37,3 +37,14 @@ modules:
37
commands:
38
- exec /app/anythingllm-desktop/anythingllm-desktop --no-sandbox "$@"
39
- sources.json
40
+ - name: host-spawn
41
+ buildsystem: simple
42
+ build-commands:
43
+ - install -Dm755 host-spawn /app/bin/host-spawn
44
+ sources:
45
+ - type: file
46
+ url: https://github.com/1player/host-spawn/releases/download/v1.6.1/host-spawn-x86_64
47
+ sha256: 733746ab498e07d065cbecf80bacd447eb21846d1462e8fe23fdd9d9dc977b50
48
+ dest-filename: host-spawn
49
+ only-arches:
50
+ - x86_64
0 commit comments