guix: don't include feather.exe in installer zip

This commit is contained in:
tobtoht 2023-12-22 16:25:18 +01:00
parent af4259a2bd
commit 96bbdd126a
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -376,10 +376,19 @@ mkdir -p "$DISTSRC"
*darwin*)
make -C build install/strip ${V:+V=1}
;;
*.installer)
;;
*)
case "$OPTIONS" in
installer)
# do nothing, we don't want feather.exe in the final .zip
;;
*)
make -C build install ${V:+V=1}
;;
esac
esac
(
cd installed