Commit 46b8366c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play yuzu: switch to IPFS archive

parent 4f1b65d8
...@@ -10,6 +10,9 @@ URL="https://github.com/yuzu-emu/yuzu-mainline/releases" ...@@ -10,6 +10,9 @@ URL="https://github.com/yuzu-emu/yuzu-mainline/releases"
[ "$VERSION" = "*" ] || VERSION="$VERSION-*" [ "$VERSION" = "*" ] || VERSION="$VERSION-*"
PKGURL=$(epm tool eget --list --latest https://github.com/yuzu-emu/yuzu-mainline/releases "$PKGNAME-$VERSION.AppImage") # Closed by Nintendo
#PKGURL=$(epm tool eget --list --latest https://github.com/yuzu-emu/yuzu-mainline/releases "$PKGNAME-$VERSION.AppImage")
# https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1733/yuzu-mainline-20240303-7ffac53c9.AppImage
PKGURL="ipfs://QmVQ9La5aqL89mm6PkiYfBn5nF9NyhFsuWyaesY3k9JsUN?filename=yuzu-mainline-20240303-7ffac53c9.AppImage"
epm install $PKGURL epm install $PKGURL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment