From c82ebf5903d5886f5d9d0c855d95e7387c98d4ac Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 2 Feb 2021 18:31:47 +0300 Subject: [PATCH] Pull request: scripts: fix version.txt creation Merge in DNS/adguard-home from fix-version-txt to master Squashed commit of the following: commit b406bbb0b0c862016e5801fd1d5131f85972f16b Author: Ainar Garipov Date: Tue Feb 2 18:13:49 2021 +0300 scripts: fix version.txt creation --- scripts/make/build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make/build-release.sh b/scripts/make/build-release.sh index b191ac9b..2fc3944f 100644 --- a/scripts/make/build-release.sh +++ b/scripts/make/build-release.sh @@ -293,7 +293,7 @@ log "calculating checksums" log "writing versions" -echo "$version" > "./${dist}/version.txt" +echo "version=$version" > "./${dist}/version.txt" # Create the verison.json file. #