+ add bak in windows.
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe backup.php
|
||||
pause
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe checkdb.php
|
||||
pause
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe computeburn.php
|
||||
pause
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe getbugs.php
|
||||
pause
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
\xampp\php\php.exe todo.php
|
||||
pause
|
||||
@@ -325,7 +325,7 @@ $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/syncsvn.bat', '/xampp/zentao/bin/syncsvn.bat');
|
||||
$file->copyFile($buildDir . '/ztcli.bat', '/xampp/zentao/bin/');
|
||||
$file->copyDir($buildDir . '/bin/', '/xampp/zentao/bin/');
|
||||
|
||||
/* Copy index.php. */
|
||||
$file->copyFile($buildDir . '/index.php', './xampp/htdocs/index.php');
|
||||
|
||||
Reference in New Issue
Block a user