mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
fix #3894
This commit is contained in:
parent
fe61a7eefd
commit
cef26a5b20
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ npm run build$dev
|
||||||
cp config.sample.json webapp/
|
cp config.sample.json webapp/
|
||||||
|
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
cp -r webapp vector-$version
|
cp -r webapp riot-$version
|
||||||
|
|
||||||
# if $version looks like semver with leading v, strip it before writing to file
|
# if $version looks like semver with leading v, strip it before writing to file
|
||||||
if [[ ${version} =~ ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+(-.+)?$ ]]; then
|
if [[ ${version} =~ ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+(-.+)?$ ]]; then
|
||||||
|
|
Loading…
Reference in a new issue