SteamDeckHomebrew / decky-loader

A plugin loader for the Steam Deck.
https://decky.xyz
GNU General Public License v2.0
4.77k stars 165 forks source link

Current install script points at beta plugin store #104

Closed rhossack closed 2 years ago

rhossack commented 2 years ago

The beta plugin store has no plugins. Just an example.

TrainDoctor commented 2 years ago

The beta plugin store has no plugins. Just an example.

This is intentional. If you want to install the older version, you can use: curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/legacy/dist/install_release.sh | sh. I will update the README to reflect this.

TrainDoctor commented 2 years ago

The beta plugin store has no plugins. Just an example.

This is intentional. If you want to install the older version, you can use: curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/legacy/dist/install_release.sh | sh. I will update the README to reflect this.

I have changed the install script for users to use the legacy installer. If users wish to have preview/test the React update, they can use: curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_prerelease.sh | sh

different55 commented 2 years ago

Heads up, the website documentation isn't yet updated and still points users at the beta store

TrainDoctor commented 2 years ago

Heads up, the website documentation isn't yet updated and still points users at the beta store

This is now intentional.

different55 commented 2 years ago

What's the intended intention behind that?

adntaha commented 2 years ago

The legacy ("non-beta") store, referred to as such because the beta subdomain is stable and is used in the latest builds, does not support the workflows used to upload plugins in the SteamDeckHomebrew/decky-plugin-database repository. See https://github.com/SteamDeckHomebrew/decky-plugin-store/compare/legacy...main for the difference between the current (beta) store and the legacy one.