File tree Expand file tree Collapse file tree
.github/workflows/updates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- curl -s https://api.github.com/repos/prismlauncher/PrismLauncher/releases/latest | grep " .AppImage\" " | grep " browser_download_url" | awk ' {print $2}' | awk -F" /" ' {print $8}'
1+ curl -s https://api.github.com/repos/prismlauncher/PrismLauncher/releases/latest | grep " .AppImage\" " | grep " browser_download_url" | awk ' {print $2}' | awk -F" /" ' {print $8}' | tail -n1
Original file line number Diff line number Diff line change @@ -35,4 +35,6 @@ for dir in "$APPS_DIR"/*/; do
3535 done
3636done
3737
38- curl -s https://api.github.com/repos/prismlauncher/PrismLauncher/releases/latest
38+ curl -s https://api.github.com/repos/microsoft/vscode/releases/latest
39+ curl -s https://api.github.com/repos/betterscratch/desktop/releases/latest
40+ curl -s https://api.github.com/repos/modrinth/code/releases/latest
You can’t perform that action at this time.
0 commit comments