Rename scripts

This commit is contained in:
topjohnwu
2021-01-24 07:18:14 -08:00
parent 8618cc383a
commit ec31bb9a82
6 changed files with 7 additions and 6 deletions

View File

@ -399,7 +399,7 @@ def zip_uninstaller(args):
zip_with_msg(zipf, source, target)
# updater-script
source = op.join('scripts', 'magisk_uninstaller.sh')
source = op.join('scripts', 'uninstaller.sh')
target = op.join('META-INF', 'com', 'google',
'android', 'updater-script')
zip_with_msg(zipf, source, target)