Add eM Client
This commit is contained in:
parent
a771bb5223
commit
429dd3aaad
1 changed files with 14 additions and 0 deletions
14
modules/EMClient.php
Normal file
14
modules/EMClient.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class EMClient extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('eM Client Inc.', 'eM Client', 'https://www.emclient.com/download?lang=en');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.emclient.com/dist/latest/setup.msi', false))
|
||||
return $this->parse('/filename=emclient-v([\d\.]+)\.msi/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue