Musicreater/update.sh
2023-01-24 16:24:02 +08:00

16 lines
278 B
Bash

rm -rf ./MusictraterPkgver
git clone https://gitee.com/TriM-Organization/Musicreater -b pkgver MusictraterPkgver
cd ./MusictraterPkgver
python3 -O -m compileall -b .
find . -name "*.py"|xargs rm -rf
find . -name "__pycache__" |xargs rm -rf
rm -rf ./.git
rm ./.gitignore