mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
新增更新工具
This commit is contained in:
parent
7d814bcda2
commit
e0a3399fed
15
update.sh
Normal file
15
update.sh
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user