diff --git a/9.执行辅种.cmd b/9.执行辅种.cmd index 4edd461..3ab0fd2 100644 --- a/9.执行辅种.cmd +++ b/9.执行辅种.cmd @@ -1,4 +1,4 @@ @echo off chcp 65001 -%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php +%cd%\php\php %cd%\iyuu.php pause \ No newline at end of file diff --git a/9.更新与辅种.cmd b/9.更新与辅种.cmd index 39e1448..547bba3 100644 --- a/9.更新与辅种.cmd +++ b/9.更新与辅种.cmd @@ -3,5 +3,5 @@ chcp 65001 git fetch --all git reset --hard origin/master git pull -%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php +%cd%\php\php.exe %cd%\iyuu.php pause \ No newline at end of file diff --git a/9.计划任务.cmd b/9.计划任务.cmd index f60960f..5836f91 100644 --- a/9.计划任务.cmd +++ b/9.计划任务.cmd @@ -1,4 +1,4 @@ @echo off chcp 65001 -D:\IYUUAutoReseed\php-7.4.2-nts-Win32-vc15-x86\php.exe D:\IYUUAutoReseed\iyuu.php +D:\IYUUAutoReseed\php\php.exe D:\IYUUAutoReseed\iyuu.php exit \ No newline at end of file diff --git a/git_pull.sh b/git_pull.sh index 74c4f4e..26de85f 100644 --- a/git_pull.sh +++ b/git_pull.sh @@ -1,5 +1,4 @@ #!/bin/sh -cd /root/IYUUAutoReseed git fetch --all git reset --hard origin/master git pull