mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
flatpak: fix symlinks
This commit is contained in:
parent
f1d5a63c84
commit
ba9a1c3d9d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ find . -print0 \
|
|||
| xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
|
||||
find . \
|
||||
| sort \
|
||||
| zip -X@ "${DISTNAME}-flatpak.zip" \
|
||||
| zip -y -X@ "${DISTNAME}-flatpak.zip" \
|
||||
|| ( rm -f "${DISTNAME}-flatpak.zip" && exit 1 )
|
||||
|
||||
mv "${DISTNAME}-flatpak.zip" /output
|
||||
|
|
Loading…
Reference in a new issue