zwallet/misc/AppImageBuilder.yml

35 lines
1.0 KiB
YAML
Raw Normal View History

2022-12-19 00:55:54 -08:00
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
script:
- rm -rf AppDir
- mkdir -p AppDir/usr/share/icons/hicolor/256x256/apps
- cp ../assets/icon.png AppDir/usr/share/icons/hicolor/256x256/apps/ywallet.png
2023-03-03 03:11:45 -08:00
- tar xf ../zwallet.tgz -C AppDir
2022-12-19 00:55:54 -08:00
- cp ../target/release/libwarp_api_ffi.so AppDir/lib
AppDir:
path: AppDir
app_info:
id: me.hanh.zwallet.Ywallet
name: Ywallet
icon: ywallet
version: latest
exec: ywallet
exec_args: $@
apt:
arch: amd64
sources:
- sourceline: deb [arch=amd64] http://ie.archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
include:
- libgtk-3-0
- libgstreamer1.0 libgstreamer-plugins-base1.0
exclude:
- humanity-icon-theme
- hicolor-icon-theme
- adwaita-icon-theme
- ubuntu-mono
# - cp ../target/release/libwarp_api_ffi.so $APPDIR/lib
AppImage:
arch: x86_64
update-information: guess