Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 3, 2024
1 parent 55300a3 commit 988238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/ponces/treble_aosp/releases/download/$version/$filename"
url="https://github.com/Imbrogliu/Redmi_13C_treble_aosp/releases/download/$version/$filename"
json="${json} {\"name\": \"$name\",\"size\": \"$size\",\"url\": \"$url\"},"
done
json="${json%?}]}"
Expand Down

0 comments on commit 988238a

Please sign in to comment.