Skip to content

Commit e151269

Browse files
authored
Update ui.sh
- Fixed UI not reloading after apk extraction
1 parent 092c3f7 commit e151269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fire-Tools/ui.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ elif [ "$tool" = "Apk Extractor" ]; then
5353
Extract=$(zenity --list --width=500 --height=400 --column=Packages $list)
5454
adb shell pm path $Extract | cut -f 2 -d ":" > Packages.txt
5555
xargs -l adb pull < Packages.txt
56+
exec ./ui.sh
5657

5758
# Batch Install
5859
elif [ "$tool" = "Batch Installer" ]; then
5960
ls ./Batch/*.apk | xargs -I custom adb install "custom"
6061
zenity --notification --text="Successful Batch Install"
61-
fi
62+
fi

0 commit comments

Comments
 (0)