Skip to content

Commit

Permalink
Smol change
Browse files Browse the repository at this point in the history
  • Loading branch information
NoName-exe authored Feb 9, 2023
1 parent 7a23f81 commit dcbf6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ am force-stop __PKGNAME
ui_print "- Optimizing __PKGNAME"
cmd package compile --reset __PKGNAME &

ui_print "* Cleanup"
ui_print "- Cleanup"
rm -rf $MODPATH/bin $MODPATH/__PKGNAME.apk $NVBASE/__PKGNAME_rv.apk
for s in "uninstall.sh" "service.sh"; do
sed -i "2 i\NVBASE=${NVBASE}" $MODPATH/$s
Expand Down

0 comments on commit dcbf6e7

Please sign in to comment.