We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad40209 commit 37624b6Copy full SHA for 37624b6
Version.md
@@ -1,7 +1,8 @@
1
# [Tool-Tree](https://zenlua.github.io/Tool-Tree)
2
3
-**Version: 1.3.4 (xx-2-2026)**
+**Version: 1.3.4 (23-2-2026)**
4
5
++ Update Apktool to version 3.0.0
6
+ Change icon
7
+ Change signature app
8
+ Supports viewing and converting more file types.
pio/src/main/assets/home/etc/start-firstly.rc
@@ -1,11 +1,12 @@
# Launch after data installation is complete.
if [ -d "$AON" ] || [ "$AOK" ];then
-chmod 777 $AON/*/firstly_start.sh $AOK/*/firstly_start.sh
+chmod 777 $AON/*/*.sh $AOK/*/*.sh
for vadd in $AON/*/firstly_start.sh $AOK/*/firstly_start.sh; do
if [ -f "$vadd" ];then
echo "firstly shell: $vadd"
- $vadd
+ $vadd &
9
fi
10
done
11
+wait
12
pio/src/main/assets/module/etc/icon/cleanup.png
-6.29 KB
0 commit comments