1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 11:00:21 +00:00

updated download_procyon_jar.sh

This commit is contained in:
Hari Sekhon 2024-08-29 01:03:14 +02:00
parent 17a9468532
commit 84c3f2bae0

View File

@ -35,4 +35,4 @@ version="${1:-latest}"
github_owner_repo="mstrobel/procyon"
"$srcdir/download_github_jar.sh" "https://github.com/$github_owner_repo/releases/download/v{version}/procyon-decompiler-{version}.jar" "$version"
"$srcdir/../github/github_download_release_jar.sh" "https://github.com/$github_owner_repo/releases/download/v{version}/procyon-decompiler-{version}.jar" "$version"