mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 04:19:50 +00:00
* arm64 linux support * add missing dependencies to Dockerfile * run everything in docker to not break permissions * remove current linux dir * proper directory name * Clean up build script by removing .flatpak-builder directory flatpak before build process * account for arm64 in docs [skip ci] --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
33 lines
1 KiB
YAML
33 lines
1 KiB
YAML
app-id: com.cakewallet.CakeWallet
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '24.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: cake_wallet
|
|
separate-locales: false
|
|
finish-args:
|
|
- --share=ipc
|
|
- --socket=fallback-x11
|
|
- --socket=wayland
|
|
- --device=dri
|
|
- --socket=pulseaudio
|
|
- --share=network
|
|
- --filesystem=home
|
|
modules:
|
|
- name: cake_wallet
|
|
buildsystem: simple
|
|
build-commands:
|
|
- "cp -R bundle /app/cake_wallet"
|
|
- "chmod +x /app/cake_wallet/cake_wallet"
|
|
- "mkdir -p /app/bin"
|
|
- "ln -s /app/cake_wallet/cake_wallet /app/bin/cake_wallet"
|
|
- "mkdir -p /app/share/icons/hicolor/scalable/apps"
|
|
- "cp cakewallet_icon_180.png /app/share/icons/hicolor/scalable/apps/com.cakewallet.CakeWallet.png"
|
|
- "mkdir -p /app/share/applications"
|
|
- "cp com.cakewallet.CakeWallet.desktop /app/share/applications"
|
|
sources:
|
|
- type: dir
|
|
path: build/linux/current/release
|
|
- type: file
|
|
path: assets/images/cakewallet_icon_180.png
|
|
- type: file
|
|
path: linux/com.cakewallet.CakeWallet.desktop
|