diff options
author | heqnx <root@heqnx.com> | 2025-06-04 11:37:55 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-04 11:37:55 +0300 |
commit | 334e748a27a3a3525cab900faf2417fa5c19990d (patch) | |
tree | b558632db7a3cb8cca1fce79ae4cd9eb4988df4d | |
parent | fe6eec2c21b2ac10feffce86acc1e12106eb4859 (diff) | |
download | ssh-bip39gen-main.tar.gz ssh-bip39gen-main.zip |
-rwxr-xr-x | build-release.sh | 2 |
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 ) ' |