From e0a3399fedfaeba5eec3cde8e1314371205bb557 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Tue, 12 Jul 2022 11:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9B=B4=E6=96=B0=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..63d8552 --- /dev/null +++ b/update.sh @@ -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