mirror of
https://github.com/jellyfin/jellyfin-tizen.git
synced 2024-11-23 05:49:52 +00:00
Remove 10.7 dependencies
This commit is contained in:
parent
c5dbb50dc8
commit
0ab66701bf
@ -8,7 +8,6 @@ _Also look [Wiki](https://github.com/jellyfin/jellyfin-tizen/wiki)._
|
||||
* Tizen Studio with IDE or Tizen Studio with CLI (<a href="https://developer.tizen.org/development/tizen-studio/download">https://developer.tizen.org/development/tizen-studio/download</a>)
|
||||
* Git
|
||||
* Node.js 14+
|
||||
* Yarn (for jellyfin-web 10.7 and lower)
|
||||
* Samsung account
|
||||
|
||||
### Getting Started
|
||||
@ -34,14 +33,6 @@ cd jellyfin-web
|
||||
SKIP_PREPARE=1 npm ci --no-audit
|
||||
npm run build:production
|
||||
```
|
||||
<details>
|
||||
<summary><i>For 10.7 and lower</i></summary>
|
||||
|
||||
```sh
|
||||
cd jellyfin-web
|
||||
yarn install --frozen-lockfile
|
||||
```
|
||||
</details>
|
||||
|
||||
> You should get `jellyfin-web/dist/` directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user