summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorTrainDoctor <11465594+TrainDoctor@users.noreply.github.com>2023-06-07 11:59:23 -0700
committerGitHub <noreply@github.com>2023-06-07 11:59:23 -0700
commit532e0b8a8789b3636236db5e67ef61effaa5bb29 (patch)
tree8a61bb982ec03379ec7054fd6a2ff4af0a4e7899 /.vscode
parent625eaf2897c95267fa0fb795103861225fe12065 (diff)
downloaddecky-bazzite-buddy-532e0b8a8789b3636236db5e67ef61effaa5bb29.tar.gz
decky-bazzite-buddy-532e0b8a8789b3636236db5e67ef61effaa5bb29.zip
Update setup.sh
Diffstat (limited to '.vscode')
-rwxr-xr-x.vscode/setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/setup.sh b/.vscode/setup.sh
index 1a9d22b..90701ff 100755
--- a/.vscode/setup.sh
+++ b/.vscode/setup.sh
@@ -41,8 +41,8 @@ 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."
else
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
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 \ No newline at end of file
+fi