mirror of
https://codeberg.org/gigirassy/firealpaca-flatpak/
synced 2026-08-30 15:37:41 +00:00
Add firealpaca.yml
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
app-id: com.firealpaca.FireAlpaca
|
||||||
|
runtime: org.freedesktop.Platform
|
||||||
|
runtime-version: '25.08'
|
||||||
|
sdk: org.freedesktop.Sdk
|
||||||
|
command: /app/AppRun
|
||||||
|
|
||||||
|
finish-args:
|
||||||
|
- --share=network
|
||||||
|
- --filesystem=home
|
||||||
|
- --socket=wayland
|
||||||
|
- --socket=x11
|
||||||
|
- --socket=pulseaudio
|
||||||
|
- --device=all
|
||||||
|
- --talk-name=org.freedesktop.Flatpak
|
||||||
|
|
||||||
|
modules:
|
||||||
|
- name: firealpaca-app
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- cp -r * /app/
|
||||||
|
sources:
|
||||||
|
- type: dir
|
||||||
|
path: appimage-root
|
||||||
Reference in New Issue
Block a user