also clean up *.bat files
parent
a04591bbd7
commit
924d39f405
|
@ -226,11 +226,13 @@ class LibraryInstaller implements InstallerInterface
|
|||
}
|
||||
foreach ($binaries as $bin) {
|
||||
$link = $this->binDir.'/'.basename($bin);
|
||||
if (!file_exists($link)) {
|
||||
continue;
|
||||
}
|
||||
if (file_exists($link)) {
|
||||
unlink($link);
|
||||
}
|
||||
if (file_exists($link.'.bat')) {
|
||||
unlink($link.'.bat');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected function initializeVendorDir()
|
||||
|
|
Loading…
Reference in New Issue