1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #1448 from joshuaboniface/fix-names-portable

Make the portable web archive and dir consistent
This commit is contained in:
dkanada 2020-06-21 03:11:52 +09:00 committed by GitHub
commit e719eb8fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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