mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
A first set of Python 3 adaptations. Added a choice of cardsets to android build. Added new scripts to tarball (MAKEFILE.in)
8 lines
166 B
Bash
Executable file
8 lines
166 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -rf tmp
|
|
python3 -m pythonforandroid.toolchain clean_dists
|
|
python3 -m pythonforandroid.toolchain clean_builds
|
|
rm -f *.apk
|
|
rm -rf PySolFC-Cardsets-2.0
|
|
|