修改php文件夹名称,让脚本更通用

This commit is contained in:
iyuu.cn 2020-03-16 14:50:11 +08:00
parent 687a83f80d
commit f9164b6e53
4 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,4 @@
#!/bin/sh
cd /root/IYUUAutoReseed
git fetch --all
git reset --hard origin/master
git pull