mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-17 01:48:37 +01:00
Fix uninstaller zip
This commit is contained in:
parent
f983bfc883
commit
622dd84c9e
5
build.py
5
build.py
@ -520,7 +520,10 @@ def zip_uninstaller(args):
|
||||
|
||||
# chromeos
|
||||
for tool in ['futility', 'kernel_data_key.vbprivk', 'kernel.keyblock']:
|
||||
source = op.join('tools', tool)
|
||||
if tool == 'futility':
|
||||
source = op.join('tools', tool)
|
||||
else:
|
||||
source = op.join('tools', 'keys', tool)
|
||||
target = op.join('chromeos', tool)
|
||||
zip_with_msg(zipf, source, target)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user