Skip to content

Commit

Permalink
Remove the LICENSE.tpl in binary tar file (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored May 17, 2022
1 parent 2f0173c commit 7f38043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/create_bin_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RELEASE_BIN=${PRODUCT_NAME}-bin
mkdir ${RELEASE_BIN}
cp -R ${PRODUCT_NAME}/bin ${RELEASE_BIN}
cp -R ${PRODUCT_NAME}/configs ${RELEASE_BIN}
cp -R ${PRODUCT_NAME}/dist/* ${RELEASE_BIN}
cp -R ${PRODUCT_NAME}/dist/* ${RELEASE_BIN} && rm -rf ${RELEASE_BIN}/LICENSE.tpl
cp -R ${PRODUCT_NAME}/CHANGES.md ${RELEASE_BIN}
cp -R ${PRODUCT_NAME}/README.md ${RELEASE_BIN}

Expand Down

0 comments on commit 7f38043

Please sign in to comment.