Exclude openssl binaries from the release .tar.xz.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4092 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2022-12-30 14:32:19 +00:00
parent 71151a511d
commit ed1c85288c

View File

@ -13,5 +13,6 @@ tar \
--exclude=deps/sqlite/shell.c \
--exclude=deps/speedscope/*.map \
--exclude=deps/libuv/test \
--exclude=deps/openssl \
-caf tildefriends-$VERSION.tar.xz tildefriends-$VERSION
rm -rfv tildefriends-$VERSION