diff --git a/build.sh b/build.sh index b428bec2..b90915c9 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ echo set -e -BL=$PWD/redmi_13c_treble_aosp +BL=$PWD/imbroglios_gsi BD=$HOME/builds BV=$1 @@ -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/Redmi_13C_treble_aosp/releases/download/$version/$filename" + url="https://github.com/Imbrogliu/imbroglios_gsi/releases/download/$version/$filename" json="${json} {\"name\": \"$name\",\"size\": \"$size\",\"url\": \"$url\"}," done json="${json%?}]}"