File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ git clone git://github.com/iwalton3/jellyfin-media-player
2525cd jellyfin-media-player
2626mkdir build
2727cd build
28- wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-3 /dist.zip
28+ wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.1 /dist.zip
2929unzip dist.zip
3030cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local/ ..
3131make -j4
@@ -57,7 +57,7 @@ You need to run these commands in git bash.
5757git clone https://github.com/iwalton3/jellyfin-media-player
5858cd jellyfin-media-player
5959mkdir build && cd build
60- curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-3 /dist.zip > dist.zip
60+ curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.1 /dist.zip > dist.zip
6161unzip dist.zip
6262```
6363
You can’t perform that action at this time.
0 commit comments