-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAPT space usage and post-build cleanup #24
Comments
RAPT not clearing the assets causes issues with the following cases:
Currently, the best way I've found for working around these issues is to straight-up back-up the developer keys, remove the entire Could anyone see what could be done so that the APK build process is more streamlined, and would not require the user to remove some files afterwards please? |
+1 on these issues, especially those @Selenyhr mentioned. Is there a reason that RAPT uses the ren'py folder as its workspace when building a project? Shouldn't it copy the template files into a new per-project folder (if they don't already exist) and allow for those to be edited after the fact? Also feels really strange that the contents of android.json aren't injected at build-time. For instance, if you change your bundle id, it isn't reflected in the outputted APK. |
RAPT doesn't clean assets after build and SDK folder quickly becomes very huge (at least x5 size of the base game).
I'm talking about:
Any reasons not to use shutil.move instead of copy? Same for moving from rapt/bin to workdir/GAME-dists.
Any downsides in cleaning everything after successful build?
Again - maybe move instead of copy at some steps? (like in make_tree). That will save space required for compilation.
The text was updated successfully, but these errors were encountered: