Skip to content

Commit 4318ba9

Browse files
authored
Refactor build script for APK handling
1 parent 7627b1a commit 4318ba9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,17 @@ echo '- Quá trình xây dựng apk xong.'
179179
echo
180180

181181
ls */*.apk
182-
cp -rf morphe-temporary-files/*.apk YT2.apk
182+
#cp -rf morphe-temporary-files/*.apk YT2.apk
183183

184184
# Chờ xây dựng xong
185185
if [ "$TYPE" == 'true' ];then
186186
echo "Tạo rsign..."
187187
echo
188-
mv YT.apk $HOME/Tav/YouTube.apk
188+
cp -f YT.apk $HOME/Tav/YouTube.apk
189189
cd tmp
190-
zip -qr $HOME/YT2.apk *
190+
zip -qr $HOME/YT.apk *
191191
cd $HOME
192-
rsign Tav/base.apk YT2.apk $HOME/Up/ZT-$VER-$ach${amoled2}-rsign.apk
192+
rsign Tav/base.apk YT.apk $HOME/Up/ZT-$VER-$ach${amoled2}-rsign.apk
193193
else
194194
apksign YT.apk $HOME/Up/YT-$VER-$ach${amoled2}.apk
195195
find Up/* -type f

0 commit comments

Comments
 (0)