Make the portable web archive and dir consistent

The server ones use jf-server_version, so this should too.
This commit is contained in:
Joshua M. Boniface 2020-06-20 02:17:11 -04:00
parent f48d06291a
commit f3fcfa3270

View file

@ -15,8 +15,8 @@ fi
# build archives # build archives
npx yarn install npx yarn install
mv dist jellyfin-web-${version} mv dist jellyfin-web_${version}
tar -czf jellyfin-web-${version}-portable.tar.gz jellyfin-web-${version} tar -czf jellyfin-web_${version}_portable.tar.gz jellyfin-web_${version}
rm -rf dist rm -rf dist
# move the artifacts # move the artifacts