Update setup.sh
This commit is contained in:
parent
625eaf2897
commit
532e0b8a87
1 changed files with 2 additions and 2 deletions
2
.vscode/setup.sh
vendored
2
.vscode/setup.sh
vendored
|
@ -41,7 +41,7 @@ if ! test -f "$CLI_INSTALLED"; then
|
||||||
echo "You have chosen to not install the Decky CLI tool to build your plugins. Please install this tool to build and test your plugin before submitting it to the Plugin Database."
|
echo "You have chosen to not install the Decky CLI tool to build your plugins. Please install this tool to build and test your plugin before submitting it to the Plugin Database."
|
||||||
else
|
else
|
||||||
mkdir $(pwd)/cli
|
mkdir $(pwd)/cli
|
||||||
curl -L -o $(pwd)/cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/download/0.0.1-alpha.11/decky"
|
curl -L -o $(pwd)/cli/decky "https://github.com/SteamDeckHomebrew/cli/releases/latest/download/decky"
|
||||||
chmod +x $(pwd)/cli/decky
|
chmod +x $(pwd)/cli/decky
|
||||||
echo "Decky CLI tool is now installed and you can build plugins into easy zip files using the "Build Zip" Task in vscodium."
|
echo "Decky CLI tool is now installed and you can build plugins into easy zip files using the "Build Zip" Task in vscodium."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue