Skip to content

Commit d1c3f84

Browse files
committed
p
1 parent f8a63e9 commit d1c3f84

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

customize.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
SDKTARGET=$API
55
BASE=/data/adb/litegapps_controller
6+
SBASE=/data/media/0/Android/litegapps
67
BIN=$BASE/bin
78
chmod 755 $MODPATH/bin/litegapps-functions
89
#litegapps functions
@@ -15,14 +16,18 @@ INITIAL install
1516

1617
[ -d $BASE ] && rm -rf $BASE && mkdir -p $BASE || mkdir -p $BASE
1718
print "- Installing files"
18-
cp -af $MODPATH/script/* $BASE/
1919

20-
print "- installing binary"
20+
print "- Installing Props"
21+
del $SBASE/files
22+
cdir $SBASE/files
23+
cp -af $MODPATH/script/* $SBASE/files/
24+
25+
print "- Installing binary"
2126
test ! -d $BIN && mkdir -p $BIN
2227
cp -af $MODPATH/bin/$ARCH/* $BASE/bin/
2328

2429
#curl
25-
print "- installing curl"
30+
print "- Installing curl"
2631
if [ -d /dev/block/mapper ]; then
2732
cp -af $MODPATH/curl/dynamic/$ARCH/* $BASE/bin/
2833
else
@@ -92,6 +97,6 @@ print
9297
print "- Open Terminal"
9398
print
9499
print "- su"
95-
print "- litegapps or litegapps2"
100+
print "- litegapps2"
96101
print
97102
print

module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name=LiteGapps Controller
33
version=v1.2
44
versionCode=12
55
minsdk=25
6-
date=01-08-2024
6+
date=19-08-2024
77
device=All
88
author=wahyu6070
99
description=Litegapps Controller is additional features of litegapps and litegapps++

system/bin/litegapps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NAME=LiteGapps
99
ABOUT_LINK=https://litegapps.github.io/doc/litegapps_controller.html
1010
propversion=v1.2
1111
propcode=12
12-
propdate=01-08-2024
12+
propdate=19-08-2024
1313

1414
# Colors
1515
GREEN='\e[01;32m'

0 commit comments

Comments
 (0)