dev
yml 33 lines 1.04 KB
Raw
1 app-id: com.cakewallet.CakeWallet
2 runtime: org.freedesktop.Platform
3 runtime-version: '24.08'
4 sdk: org.freedesktop.Sdk
5 command: cake_wallet
6 separate-locales: false
7 finish-args:
8 - --share=ipc
9 - --socket=fallback-x11
10 - --socket=wayland
11 - --device=dri
12 - --socket=pulseaudio
13 - --share=network
14 - --filesystem=home
15 modules:
16 - name: cake_wallet
17 buildsystem: simple
18 build-commands:
19 - "cp -R bundle /app/cake_wallet"
20 - "chmod +x /app/cake_wallet/cake_wallet"
21 - "mkdir -p /app/bin"
22 - "ln -s /app/cake_wallet/cake_wallet /app/bin/cake_wallet"
23 - "mkdir -p /app/share/icons/hicolor/scalable/apps"
24 - "cp cakewallet_icon_180.png /app/share/icons/hicolor/scalable/apps/com.cakewallet.CakeWallet.png"
25 - "mkdir -p /app/share/applications"
26 - "cp com.cakewallet.CakeWallet.desktop /app/share/applications"
27 sources:
28 - type: dir
29 path: build/linux/x64/release
30 - type: file
31 path: assets/images/cakewallet_icon_180.png
32 - type: file
33 path: linux/com.cakewallet.CakeWallet.desktop