Commit c0ac2d54 authored by topjohnwu's avatar topjohnwu

Update build.py to build Magisk Manager

Sorry I forgot to commit this change :p
parent 528634d7
......@@ -195,9 +195,8 @@ def sign_apk(source, target):
def build_apk(args):
header('* Building Magisk Manager')
mkdir(os.path.join('app', 'src', 'full', 'assets'))
source = os.path.join('scripts', 'util_functions.sh')
target = os.path.join('app', 'src', 'full', 'assets', 'util_functions.sh')
target = os.path.join('app', 'src', 'full', 'res', 'raw', 'util_functions.sh')
cp(source, target)
if args.release:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment