Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Updated to 1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
KiralyCraft committed Feb 7, 2021
1 parent 8427a43 commit aa3c343
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed common/callrecorder1.7.6.apk
Binary file not shown.
Binary file added common/com.github.axet.callrecorder_219.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ on_install()
unzip -o "$ZIPFILE" 'system/*' -d $MODPATH >&2

ui_print "- Extracting APK from module zip"
unzip -oj "$ZIPFILE" 'common/callrecorder1.7.6.apk' -d $MODPATH >&2
unzip -oj "$ZIPFILE" 'common/com.github.axet.callrecorder_219.apk' -d $MODPATH >&2
ui_print "- Installing APK"

pm install -g $MODPATH/callrecorder1.7.6.apk
pm install -g $MODPATH/com.github.axet.callrecorder_219.apk

ui_print "- Checking installation success"

Expand All @@ -171,7 +171,7 @@ on_install()
pm uninstall com.github.axet.callrecorder
ui_print "- Removing temp APK"

rm -f "$MODPATH/callrecorder1.7.6.apk"
rm -f "$MODPATH/com.github.axet.callrecorder_219.apk"

ui_print "- All done, please reboot!"
else
Expand Down

0 comments on commit aa3c343

Please sign in to comment.