mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 01:47:42 +00:00
14 lines
225 B
Bash
14 lines
225 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -ex
|
||
|
|
||
|
mkdir empty
|
||
|
cd empty
|
||
|
|
||
|
mkdir export files usr
|
||
|
|
||
|
cat << EOF > metadata
|
||
|
[Runtime]
|
||
|
name=org.featherwallet.Empty
|
||
|
runtime=org.featherwallet.Empty/x86_64/empty
|
||
|
sdk=org.featherwallet.Empty/x86_64/empty
|
||
|
EOF
|