Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Fix path to folderlist in update-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoSparks committed Jul 11, 2017
1 parent a720a76 commit 47e6992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mkdir -p $MODPATH
# Copy files
ui_print "- Copying files"
mv $INSTALLER/system $MODPATH/system
mv ts-binds-folderlist.txt $MODPATH/
mv $INSTALLER/ts-binds-folderlist.txt $MODPATH/

# Handle replace folders
for TARGET in $REPLACE; do
Expand Down

0 comments on commit 47e6992

Please sign in to comment.