diff --git a/.gitignore b/.gitignore index 9491a2f..a4f43a3 100755 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ mono_crash.* [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ +.config/ +venv/ x64/ x86/ [Ww][Ii][Nn]32/ @@ -360,4 +362,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +.config/sessino diff --git a/README.md b/README.md index caaf78f..cefa662 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # 安装 install ``` -wget https://github.com/XiaoXianNv-boot/jcm/releases/download/Preview/install.sh -c && sh install.sh +wget https://github.com/XiaoXianNv-boot/jcm/releases/download/install/install.sh -c && sh install.sh ``` # 试用 diff --git a/Tools/install.sh b/Tools/install.sh index 1f68b86..481a51e 100755 --- a/Tools/install.sh +++ b/Tools/install.sh @@ -56,7 +56,7 @@ cd jcm_install mkdir -p Tools cd Tools -curl -#fL -o install.py -C - $gitdir/Tools/install.py +curl -#fL -o install.py -C - $gitdir/install/install.py if [ ! -e install.py ]; then curl -#fL -o install.py -C - $mirrordir/install/install.py fi