mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
add linux support in buildtar
This commit is contained in:
parent
ddca233771
commit
0db32542b7
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ function deleteTreeIfDir($dir)
|
|||
if ( is_dir($dir) ) {
|
||||
switch (PHP_OS) {
|
||||
case 'Darwin':
|
||||
case 'Linux':
|
||||
system("rm -rf $dir");
|
||||
break;
|
||||
case 'Windows':
|
||||
|
|
|
|||
Loading…
Reference in a new issue