Browse Source

release.sh: add util directory to release archive

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
5d6a7a8134
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      release.sh

+ 1
- 0
release.sh View File

@ -95,6 +95,7 @@ fi
tar -cJf coreboot-x230-${version}.tar.xz \ tar -cJf coreboot-x230-${version}.tar.xz \
README.md \ README.md \
NEWS \ NEWS \
util \
LICENSE* \ LICENSE* \
prepare_internal_flashing.sh \ prepare_internal_flashing.sh \
${RELEASE_IMAGE} ${RELEASE_IMAGE}


Loading…
Cancel
Save