monero_flatpak/org.getmonero.wallet.yml

29 lines
659 B
YAML

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/
- chmod +x /app/wallet/monero-wallet-gui
- chmod +x /app/wallet/monerod
- chmod +x /app/wallet/extras/*
sources:
- type: dir
path: "build"