27 lines
586 B
YAML
27 lines
586 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"
|
|
sources:
|
|
- type: dir
|
|
path: "build"
|