]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
flatpak: fix symlinks
authortobtoht <tob@featherwallet.org>
Tue, 10 Oct 2023 14:09:15 +0000 (16:09 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 10 Oct 2023 14:09:15 +0000 (16:09 +0200)
contrib/flatpak/make_flatpak.sh

index 19b21d3c7f0c2af2df1cd216244e1c5e6189e4a6..7e12a3da75cfcccaa17bacee44fc913a6ab2d5ef 100644 (file)
@@ -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