Skip to content

Commit ba66542

Browse files
committed
upstream merge
1 parent 2abc9ad commit ba66542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ build_uni() {
563563
fi
564564
patched_apk="${TEMP_DIR}/${app_name_l}-${brand_f}-${version_f}-${arch_f}.apk"
565565

566-
local stock_apk_to_patch="${stock_apk}.stripped"
566+
local stock_apk_to_patch="${stock_apk}.stripped.apk"
567567
cp -f "$stock_apk" "$stock_apk_to_patch"
568568
if [ "$arch" = "arm64-v8a" ]; then
569569
zip -d "$stock_apk_to_patch" "lib/armeabi-v7a/*" "lib/x86_64/*" "lib/x86/*" >/dev/null 2>&1 || :

0 commit comments

Comments
 (0)