Skip to content

Commit 37624b6

Browse files
committed
Upload file
1 parent ad40209 commit 37624b6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Version.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# [Tool-Tree](https://zenlua.github.io/Tool-Tree)
22

3-
**Version: 1.3.4 (xx-2-2026)**
3+
**Version: 1.3.4 (23-2-2026)**
44

5+
+ Update Apktool to version 3.0.0
56
+ Change icon
67
+ Change signature app
78
+ Supports viewing and converting more file types.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Launch after data installation is complete.
22

33
if [ -d "$AON" ] || [ "$AOK" ];then
4-
chmod 777 $AON/*/firstly_start.sh $AOK/*/firstly_start.sh
4+
chmod 777 $AON/*/*.sh $AOK/*/*.sh
55
for vadd in $AON/*/firstly_start.sh $AOK/*/firstly_start.sh; do
66
if [ -f "$vadd" ];then
77
echo "firstly shell: $vadd"
8-
$vadd
8+
$vadd &
99
fi
1010
done
11+
wait
1112
fi
-6.29 KB
Loading

0 commit comments

Comments
 (0)