From a8a8c43a654ab8e6b2b1a4f97dbbf477d1ae23d7 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:27:19 +0200 Subject: [PATCH] corrected Imbroglio to imbroglius --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 11a674bf..0679a2c0 100755 --- a/build.sh +++ b/build.sh @@ -131,7 +131,7 @@ generateOta() { [[ "$filename" == *"-vndklite"* ]] && vndk="-vndklite" || vndk="" name="treble_${arch}_b${variant}N${vndk}" size=$(wc -c $file | awk '{print $1}') - url="https://github.com/Imbrogliu/imbroglios_gsi/releases/download/$version/$filename" + url="https://github.com/imbroglius/imbroglios_gsi/releases/download/$version/$filename" json="${json} {\"name\": \"$name\",\"size\": \"$size\",\"url\": \"$url\"}," done json="${json%?}]}"