mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-24 05:08:12 +00:00
flatpak: fix zoneinfo
This commit is contained in:
parent
7c4bffe5dd
commit
8e991f21b1
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ cd empty
|
|||
|
||||
mkdir export files usr
|
||||
|
||||
# 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
|
||||
|
||||
cat << EOF > metadata
|
||||
[Runtime]
|
||||
name=org.featherwallet.Empty
|
||||
|
|
Loading…
Reference in a new issue