新增更新工具

This commit is contained in:
EillesWan 2022-07-12 11:46:37 +08:00
parent 7d814bcda2
commit e0a3399fed

15
update.sh Normal file
View 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