mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
6 lines
139 B
Bash
Executable file
6 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -rf tmp/*
|
|
python3 -m pythonforandroid.toolchain clean_dists
|
|
python3 -m pythonforandroid.toolchain clean_builds
|
|
rm -f *.apk
|