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