feather/contrib/flatpak/make_runtime.sh

18 lines
424 B
Bash
Raw Normal View History

2023-05-06 11:48:11 +00:00
#!/usr/bin/env bash
set -ex
mkdir empty
cd empty
mkdir export files usr
2024-08-15 20:24:39 +00:00
# Needs to exists, otherwise flatpak doesn't mount zoneinfo
# https://github.com/flatpak/flatpak/blob/8b4f523c4f8287d57f1a84a3a8216efe200c5fbf/common/flatpak-run.c#L1605
mkdir -p usr/share/zoneinfo
2023-05-06 11:48:11 +00:00
cat << EOF > metadata
[Runtime]
name=org.featherwallet.Empty
runtime=org.featherwallet.Empty/x86_64/empty
sdk=org.featherwallet.Empty/x86_64/empty
EOF