32 lines
711 B
YAML
32 lines
711 B
YAML
|
id: org.flatpak.ByeDPI
|
||
|
runtime: org.freedesktop.Platform
|
||
|
runtime-version: '23.08'
|
||
|
sdk: org.freedesktop.Sdk
|
||
|
command: "/app/ciadpi-x86_64"
|
||
|
finish-args:
|
||
|
# X11 + XShm access
|
||
|
#- --share=ipc
|
||
|
#- --socket=fallback-x11
|
||
|
# Wayland access
|
||
|
#- --socket=wayland
|
||
|
# Needs to talk to the network:
|
||
|
- --share=network
|
||
|
# Audio
|
||
|
#- --socket=pulseaudio
|
||
|
# GPU
|
||
|
#- --device=dri
|
||
|
# Persist dir
|
||
|
#- --persist=.catangens-minecraft
|
||
|
# Open files (NOT WORK)
|
||
|
#- --talk-name=org.freedesktop.portal.FileChooser.OpenFile
|
||
|
modules:
|
||
|
- name: ByeDPI
|
||
|
buildsystem: simple
|
||
|
build-commands:
|
||
|
- cp -r ciadpi-x86_64 /app/
|
||
|
sources:
|
||
|
- type: dir
|
||
|
path: "build"
|
||
|
#- type: file
|
||
|
# path: test.sh
|