8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46cde41 + 81baad1 commit 5ee19e6Copy full SHA for 5ee19e6
pythonforandroid/bootstraps/sdl2/build/build.py
@@ -599,6 +599,9 @@ def parse_args(args=None):
599
if x.strip() and not x.strip().startswith('#')]
600
WHITELIST_PATTERNS += patterns
601
602
+ if args.private is None:
603
+ print('Need --private directory with app files to package for .apk')
604
+ exit(1)
605
make_package(args)
606
607
return args
pythonforandroid/bootstraps/service_only/build/build.py
@@ -496,6 +496,9 @@ def _read_configuration():
496
497
498
499
500
501
502
503
504
0 commit comments