mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-02 23:15:21 +00:00
修改php文件夹名称,让脚本更通用
This commit is contained in:
parent
687a83f80d
commit
f9164b6e53
@ -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
|
@ -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
|
@ -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
|
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
cd /root/IYUUAutoReseed
|
||||
git fetch --all
|
||||
git reset --hard origin/master
|
||||
git pull
|
||||
|
Loading…
x
Reference in New Issue
Block a user