Skip to content

Commit

Permalink
Merge pull request #79 from GearCzech/main
Browse files Browse the repository at this point in the history
Temporary fix for Moonlight by using v6.0.0 for now on Kodi generic platform
  • Loading branch information
veldenb authored Oct 7, 2024
2 parents 24b69aa + ade0a13 commit e2aeafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions resources/build/generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ RUN apt-get update \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& DOWNLOAD_URL=$(wget --quiet --header "Accept: application/vnd.github.v3+json" --output-document - https://api.github.com/repos/moonlight-stream/moonlight-qt/releases/latest | grep -o '"browser_download_url": "[^"]*' | grep -o '[^"]*$' | grep ".AppImage") \
&& wget "$DOWNLOAD_URL" -O /tmp/Moonlight-downloaded.AppImage \
&& wget "https://github.com/moonlight-stream/moonlight-qt/releases/download/v6.0.0/Moonlight-6.0.0-x86_64.AppImage" -O /tmp/Moonlight-downloaded.AppImage \
&& chmod a+x /tmp/Moonlight-downloaded.AppImage


Expand Down
3 changes: 1 addition & 2 deletions resources/build/generic_libreelec_10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ RUN apt-get update \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& DOWNLOAD_URL=$(wget --quiet --header "Accept: application/vnd.github.v3+json" --output-document - https://api.github.com/repos/moonlight-stream/moonlight-qt/releases/latest | grep -o '"browser_download_url": "[^"]*' | grep -o '[^"]*$' | grep ".AppImage") \
&& wget "$DOWNLOAD_URL" -O /tmp/Moonlight-downloaded.AppImage \
&& wget "https://github.com/moonlight-stream/moonlight-qt/releases/download/v6.0.0/Moonlight-6.0.0-x86_64.AppImage" -O /tmp/Moonlight-downloaded.AppImage \
&& chmod a+x /tmp/Moonlight-downloaded.AppImage


Expand Down

0 comments on commit e2aeafd

Please sign in to comment.