You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
537 B

4 months ago
id: org.getmonero.wallet
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
command: "/app/wallet/monero-wallet-gui"
finish-args:
# X11 + XShm access
- --share=ipc
- --socket=fallback-x11
# Wayland access
- --socket=wayland
# Needs to talk to the network:
- --share=network
# For saves
- --filesystem=~/Monero:rw
# GPU
- --device=dri
modules:
- name: main
buildsystem: simple
build-commands:
- cp -r wallet /app/
sources:
- type: dir
path: "build"