Skip to content

Commit

Permalink
Make possibilities to build with older type icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus133 committed Sep 26, 2024
1 parent d9eb036 commit da5be9e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,32 @@ jobs:
legacy: false
secondary: true
inject_intros: true
- tag: ${{ github.event.inputs.webReleaseTagName }}
repository: jellyfin/jellyfin-web
artifact_name: Jellyfin-OblongIcon
legacy: false
oblong_icon: true
- tag: release-10.9.z
repository: jellyfin/jellyfin-web
artifact_name: Jellyfin-10.9.z-OblongIcon
legacy: false
oblong_icon: true
- tag: release-10.8.z
repository: jellyfin/jellyfin-web
artifact_name: Jellyfin-10.8.z-OblongIcon
legacy: true
oblong_icon: true
- tag: master
repository: jellyfin/jellyfin-web
artifact_name: Jellyfin-master-OblongIcon
legacy: false
oblong_icon: true
- tag: intros
repository: Bobby306/jellyfin-web
artifact_name: Jellyfin-intros-OblongIcon
legacy: true
oblong_icon: true


steps:
- run: env
Expand Down Expand Up @@ -196,6 +222,10 @@ jobs:
rm icon.png
mv ../icon2.png icon.png
fi
if ${{ matrix.oblong_icon == true }}; then
rm icon.png
mv ../iconoblong.png icon.png
fi
if ${{ matrix.legacy == true }}; then
DISCARD_UNUSED_FONTS=1 JELLYFIN_WEB_DIR=../jellyfin-web/dist npm ci --no-audit
Expand Down
Binary file added iconoblong.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da5be9e

Please sign in to comment.