diff options
Diffstat (limited to 'multimedia/stremio/no-js-download.patch')
-rw-r--r-- | multimedia/stremio/no-js-download.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/stremio/no-js-download.patch b/multimedia/stremio/no-js-download.patch index 06a7416f2412..6814b9008f2b 100644 --- a/multimedia/stremio/no-js-download.patch +++ b/multimedia/stremio/no-js-download.patch @@ -30,7 +30,7 @@ cd "$@" && printf 16,22,24,32,64,128 | xargs -I^ -d, sh -c 'rsvg-convert ../images/stremio.svg -w ^ -o smartcode-stremio_^.png && rsvg-convert ../images/stremio_tray_white.svg -w ^ -o smartcode-stremio-tray_^.png' -${SERVER_JS}: -- wget "https://s3-eu-west-1.amazonaws.com/stremio-artifacts/four/v$(shell ./dist-utils/common/get-version.sh)/server.js" -qO ${SERVER_JS} || rm ${SERVER_JS} +- wget "${shell cat server-url.txt}" -qO ${SERVER_JS} || rm ${SERVER_JS} - ${STREMIO_BIN}: mkdir -p ${BUILD_DIR} |