Skip to content

Commit cef26a5

Browse files
authored
1 parent fe61a7e commit cef26a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm run build$dev
2121
cp config.sample.json webapp/
2222

2323
mkdir -p dist
24-
cp -r webapp vector-$version
24+
cp -r webapp riot-$version
2525

2626
# if $version looks like semver with leading v, strip it before writing to file
2727
if [[ ${version} =~ ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+(-.+)?$ ]]; then

0 commit comments

Comments
 (0)