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 <A.Garipov@AdGuard.COM> Date: Tue Feb 2 18:13:49 2021 +0300 scripts: fix version.txt creation
This commit is contained in:
parent
6fe227646b
commit
c82ebf5903
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue