mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
16 lines
274 B
Bash
16 lines
274 B
Bash
|
rm -rf ./MusictraterPkgver
|
||
|
|
||
|
git clone https://gitee.com/EillesWan/Musicreater.git -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
|