mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-21 23:47:39 +00:00
Update build.py to build Magisk Manager
Sorry I forgot to commit this change :p
This commit is contained in:
parent
528634d755
commit
c0ac2d540b
3
build.py
3
build.py
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user