Skip to content

Commit

Permalink
disable installing debug
Browse files Browse the repository at this point in the history
Signed-off-by: Mr.Miss <[email protected]>
  • Loading branch information
Mr.Miss committed Dec 13, 2020
1 parent 92c0fa1 commit 5213f0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ src_link="https://raw.githubusercontent.com/TwiceOS/vendor_pixelstyle/ten/bootan
DLINK="$src_link""$theme"_"$reso".zip
config="bootanimation${theme}_${reso}.zip"
ui_print "- Downloading ${config}"
ui_print $DLINK
#ui_print $DLINK
($MODPATH/curl -f -k -o $MODPATH/bootanimation.zip $DLINK) || abort " Download failed!"
ui_print "- Done..."
ui_print ""
Expand Down
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
MINAPI=26
#MAXAPI=
#DYNLIB=true
DEBUG=true
#DEBUG=true

##########################################################################################
# Replace list
Expand Down
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=TWbootanim
name=TWICE Bootanimation
version=One in A Million
versionCode=9
versionCode=3.1
author=Mr.Miss
description=TWICE Bootanimation

0 comments on commit 5213f0f

Please sign in to comment.