aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-04 11:37:55 +0300
committerheqnx <root@heqnx.com>2025-06-04 11:37:55 +0300
commit334e748a27a3a3525cab900faf2417fa5c19990d (patch)
treeb558632db7a3cb8cca1fce79ae4cd9eb4988df4d
parentfe6eec2c21b2ac10feffce86acc1e12106eb4859 (diff)
downloadssh-bip39gen-main.tar.gz
ssh-bip39gen-main.zip
added license and readme to releaseHEADmain
-rwxr-xr-xbuild-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index d9b55e4..5f1b978 100755
--- a/build-release.sh
+++ b/build-release.sh
@@ -15,7 +15,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y make zip git
REPO_NAME=$(basename $(git remote get-url origin))
REPO_NAME="${REPO_NAME%.git}"
make all
- zip -r "${REPO_NAME}-release.zip" build/
+ zip -r "${REPO_NAME}-release.zip" LICENSE README.md build/
make clean
)
'