mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Make the portable web archive and dir consistent
The server ones use jf-server_version, so this should too.
This commit is contained in:
parent
f48d06291a
commit
f3fcfa3270
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue