direct.dist.installers

import direct.dist.installers
create_aab(command, basename, build_dir)[source]

Create an Android App Bundle. This is a newer format that replaces Android’s .apk format for uploads to the Play Store. Unlike .apk files, it does not rely on a proprietary signing scheme or an undocumented binary XML format (protobuf is used instead), so it is easier to create without requiring external tools. If desired, it is possible to install bundletool and use it to convert an .aab into an .apk.

create_bztar(command, basename, build_dir)[source]
create_gztar(command, basename, build_dir)[source]
create_nsis(command, basename, build_dir)[source]
create_tarball(command, basename, build_dir, tar_compression)[source]
create_xztar(command, basename, build_dir)[source]
create_zip(command, basename, build_dir)[source]