We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe61a7e commit cef26a5Copy full SHA for cef26a5
scripts/package.sh
@@ -21,7 +21,7 @@ npm run build$dev
21
cp config.sample.json webapp/
22
23
mkdir -p dist
24
-cp -r webapp vector-$version
+cp -r webapp riot-$version
25
26
# if $version looks like semver with leading v, strip it before writing to file
27
if [[ ${version} =~ ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+(-.+)?$ ]]; then
0 commit comments