+ add bak in windows.
This commit is contained in:
2
build/windows/xampp/bin/backup.bat
Executable file
2
build/windows/xampp/bin/backup.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe backup.php
|
||||
pause
|
||||
2
build/windows/xampp/bin/checkdb.bat
Executable file
2
build/windows/xampp/bin/checkdb.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe checkdb.php
|
||||
pause
|
||||
2
build/windows/xampp/bin/computburn.bat
Executable file
2
build/windows/xampp/bin/computburn.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe computeburn.php
|
||||
pause
|
||||
2
build/windows/xampp/bin/getbugs.bat
Executable file
2
build/windows/xampp/bin/getbugs.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe getbugs.php
|
||||
pause
|
||||
2
build/windows/xampp/bin/todo.bat
Executable file
2
build/windows/xampp/bin/todo.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe todo.php
|
||||
pause
|
||||
@@ -325,7 +325,7 @@ $file->mkdir('/xampp/zentao/module/svn/ext/config/');
|
||||
$file->copyDir($buildDir . '/svn/silksvn/', '/xampp/silksvn');
|
||||
$file->mkdir('/xampp/zentao/module/svn/ext/config/');
|
||||
$file->mkdir('/xampp/zentao/bin/');
|
||||
$file->copyFile($buildDir . '/svn/svn.php', '/xampp/zentao/module/svn/ext/config/svn.php');
|
||||
$file->copyFile($buildDir . '/svn/svn.php', '/xampp/zentao/module/svn/ext/config/svn.php');
|
||||
$file->copyFile($buildDir . '/svn/syncsvn.bat', '/xampp/zentao/bin/syncsvn.bat');
|
||||
$file->copyDir($buildDir . '/bin/', '/xampp/zentao/bin/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user